Lines Matching defs:binder_transaction
513 struct binder_transaction { struct
517 struct binder_transaction *from_parent; argument
520 struct binder_transaction *to_parent; argument
521 unsigned need_reply:1;
524 struct binder_buffer *buffer;
525 unsigned int code;
526 unsigned int flags;
527 long priority;
528 long saved_priority;
529 kuid_t sender_euid;
530 struct list_head fd_fixups;
531 binder_uintptr_t security_ctx;
538 spinlock_t lock;