Lines Matching defs:binder_transaction
614 struct binder_transaction { struct
618 struct binder_transaction *from_parent; argument
621 struct binder_transaction *to_parent; argument
622 unsigned need_reply:1;
625 struct binder_buffer *buffer;
626 unsigned int code;
627 unsigned int flags;
628 long priority;
629 long saved_priority;
630 kuid_t sender_euid;
637 spinlock_t lock;
2703 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function