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