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