Lines Matching defs:binder_transaction
526 struct binder_transaction { struct
530 struct binder_transaction *from_parent; argument
533 struct binder_transaction *to_parent; argument
534 unsigned need_reply:1;
537 struct binder_buffer *buffer;
538 unsigned int code;
539 unsigned int flags;
540 long priority;
541 long saved_priority;
542 kuid_t sender_euid;
543 struct list_head fd_fixups;
544 binder_uintptr_t security_ctx;
574 extern struct binder_transaction_log binder_transaction_log; argument