Lines Matching defs:binder_transaction
514 struct binder_transaction { struct
520 struct binder_transaction *from_parent; argument
523 struct binder_transaction *to_parent; argument
524 unsigned need_reply:1;
527 struct binder_buffer *buffer;
528 unsigned int code;
529 unsigned int flags;
530 long priority;
531 long saved_priority;
532 kuid_t sender_euid;
533 ktime_t start_time;
534 struct list_head fd_fixups;
535 binder_uintptr_t security_ctx;
542 spinlock_t lock;