Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/android/
Dbinder.c584 struct binder_transaction { struct
588 struct binder_transaction *from_parent; argument
591 struct binder_transaction *to_parent; argument
592 unsigned need_reply:1;
595 struct binder_buffer *buffer;
596 unsigned int code;
597 unsigned int flags;
598 long priority;
599 long saved_priority;
600 kuid_t sender_euid;
[all …]
/kernel/linux/linux-4.19/drivers/android/
Dbinder.c614 struct binder_transaction { struct
618 struct binder_transaction *from_parent; argument
621 struct binder_transaction *to_parent; argument
622 unsigned need_reply:1;
625 struct binder_buffer *buffer;
626 unsigned int code;
627 unsigned int flags;
628 long priority;
629 long saved_priority;
630 kuid_t sender_euid;
[all …]
/kernel/linux/linux-4.19/include/linux/
Dlsm_hooks.h1432 int (*binder_transaction)(struct task_struct *from, member
1786 struct hlist_head binder_transaction; member