Lines Matching defs:binder_transaction
533 struct binder_transaction { struct
539 struct binder_transaction *from_parent; argument
542 struct binder_transaction *to_parent; argument
543 unsigned need_reply:1;
546 struct binder_buffer *buffer;
547 unsigned int code;
548 unsigned int flags;
549 long priority;
550 long saved_priority;
551 kuid_t sender_euid;
552 ktime_t start_time;
553 struct list_head fd_fixups;
554 binder_uintptr_t security_ctx;
561 spinlock_t lock;