Searched defs:binder_transaction (Results 1 – 2 of 2) sorted by relevance
534 struct binder_transaction { struct540 struct binder_transaction *from_parent; argument543 struct binder_transaction *to_parent; argument544 unsigned need_reply:1;547 struct binder_buffer *buffer;548 unsigned int code;549 unsigned int flags;550 long priority;551 long saved_priority;552 kuid_t sender_euid;[all …]
2987 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function