Searched defs:binder_transaction (Results 1 – 2 of 2) sorted by relevance
532 struct binder_transaction { struct538 struct binder_transaction *from_parent; argument541 struct binder_transaction *to_parent; argument542 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;[all …]
2993 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function