Searched defs:binder_transaction (Results 1 – 2 of 2) sorted by relevance
513 struct binder_transaction { struct517 struct binder_transaction *from_parent; argument520 struct binder_transaction *to_parent; argument521 unsigned need_reply:1;524 struct binder_buffer *buffer;525 unsigned int code;526 unsigned int flags;527 long priority;528 long saved_priority;529 kuid_t sender_euid;[all …]
2794 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function