Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h116868 struct binder_buffer { struct
116869 struct list_head entry;
116870 struct rb_node rb_node;
116871 unsigned int free: 1;
116872 unsigned int clear_on_free: 1;
116873 unsigned int allow_user_free: 1;
116874 unsigned int async_transaction: 1;
116875 unsigned int oneway_spam_suspect: 1;
116876 unsigned int debug_id: 27;
116877 struct binder_transaction *transaction;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h123219 struct binder_buffer { struct
123220 struct list_head entry;
123221 struct rb_node rb_node;
123222 unsigned int free: 1;
123223 unsigned int clear_on_free: 1;
123224 unsigned int allow_user_free: 1;
123225 unsigned int async_transaction: 1;
123226 unsigned int oneway_spam_suspect: 1;
123227 unsigned int debug_id: 27;
123228 struct binder_transaction *transaction;
[all …]