Lines Matching defs:binder_transaction
530 struct binder_transaction { struct
534 struct binder_transaction *from_parent; argument
537 struct binder_transaction *to_parent; argument
538 unsigned need_reply:1;
541 struct binder_buffer *buffer;
542 unsigned int code;
543 unsigned int flags;
544 long priority;
545 long saved_priority;
546 kuid_t sender_euid;
547 struct list_head fd_fixups;
548 binder_uintptr_t security_ctx;
578 extern struct binder_transaction_log binder_transaction_log; argument