Lines Matching defs:binder_transaction
572 struct binder_transaction { struct
576 struct binder_transaction *from_parent; argument
579 struct binder_transaction *to_parent; argument
580 unsigned need_reply:1;
583 struct binder_buffer *buffer;
584 unsigned int code;
585 unsigned int flags;
586 long priority;
587 long saved_priority;
588 kuid_t sender_euid;
589 struct list_head fd_fixups;
590 binder_uintptr_t security_ctx;
597 spinlock_t lock;
2841 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function