Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h55788 int (*binder_transaction)(const struct cred *, const struct cred *); member
56037 struct hlist_head binder_transaction; member
116801 struct binder_transaction { struct
116807 struct binder_transaction *from_parent; argument
116810 struct binder_transaction *to_parent; argument
116811 unsigned int need_reply: 1;
116812 struct binder_buffer *buffer;
116813 unsigned int code;
116814 unsigned int flags;
116815 struct binder_priority priority;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h65546 int (*binder_transaction)(const struct cred *, const struct cred *); member
65795 struct hlist_head binder_transaction; member
123152 struct binder_transaction { struct
123158 struct binder_transaction *from_parent; argument
123161 struct binder_transaction *to_parent; argument
123162 unsigned int need_reply: 1;
123163 struct binder_buffer *buffer;
123164 unsigned int code;
123165 unsigned int flags;
123166 struct binder_priority priority;
[all …]