Lines Matching defs:binder_transaction
550 struct binder_transaction { struct
554 struct binder_transaction *from_parent; argument
557 struct binder_transaction *to_parent; argument
558 unsigned need_reply:1;
561 struct binder_buffer *buffer;
562 unsigned int code;
563 unsigned int flags;
564 struct binder_priority priority;
565 struct binder_priority saved_priority;
566 bool set_priority_called;
567 kuid_t sender_euid;
568 struct list_head fd_fixups;
569 binder_uintptr_t security_ctx;
576 spinlock_t lock;