Searched defs:binder_transaction (Results 1 – 2 of 2) sorted by relevance
526 struct binder_transaction { struct530 struct binder_transaction *from_parent; argument533 struct binder_transaction *to_parent; argument534 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;[all …]
2446 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function