Home
last modified time | relevance | path

Searched defs:binder_transaction (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/android/
A Dbinder_internal.h530 struct binder_transaction { struct
534 struct binder_transaction *from_parent; argument
537 struct binder_transaction *to_parent; argument
538 unsigned need_reply:1;
541 struct binder_buffer *buffer;
542 unsigned int code;
543 unsigned int flags;
544 long priority;
545 long saved_priority;
546 kuid_t sender_euid;
[all …]
A Dbinder.c2445 static void binder_transaction(struct binder_proc *proc, in binder_transaction() function

Completed in 15 milliseconds