Lines Matching defs:binder_transaction
604 struct binder_transaction { struct
613 struct binder_transaction *from_parent; argument
616 struct binder_transaction *to_parent; argument
617 unsigned need_reply:1;
620 struct binder_buffer *buffer;
621 unsigned int code;
622 unsigned int flags;
623 long priority;
624 long saved_priority;
625 kuid_t sender_euid;
626 struct list_head fd_fixups;
627 binder_uintptr_t security_ctx;
634 spinlock_t lock;
636 u64 sender_tokenid;
637 u64 first_tokenid;
3178 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function