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