Lines Matching defs:binder_transaction
584 struct binder_transaction { struct
588 struct binder_transaction *from_parent; argument
591 struct binder_transaction *to_parent; argument
592 unsigned need_reply:1;
595 struct binder_buffer *buffer;
596 unsigned int code;
597 unsigned int flags;
598 long priority;
599 long saved_priority;
600 kuid_t sender_euid;
601 struct list_head fd_fixups;
602 binder_uintptr_t security_ctx;
609 spinlock_t lock;
611 u64 sender_tokenid;
612 u64 first_tokenid;
3117 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function