Searched defs:binder_transaction (Results 1 – 2 of 2) sorted by relevance
530 struct binder_transaction { struct536 struct binder_transaction *from_parent; argument539 struct binder_transaction *to_parent; argument540 unsigned need_reply:1;543 struct binder_buffer *buffer;544 unsigned int code;545 unsigned int flags;546 long priority;547 long saved_priority;548 kuid_t sender_euid;[all …]
2996 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function