Lines Matching defs:binder_transaction
530 struct binder_transaction { struct
536 struct binder_transaction *from_parent; argument
539 struct binder_transaction *to_parent; argument
540 unsigned need_reply:1;
543 struct binder_buffer *buffer;
544 unsigned int code;
545 unsigned int flags;
546 long priority;
547 long saved_priority;
548 kuid_t sender_euid;
549 ktime_t start_time;
550 struct list_head fd_fixups;
551 binder_uintptr_t security_ctx;
558 spinlock_t lock;