Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/arm64/
Dvmlinux.h101377 struct binder_buffer { struct
101378 struct list_head entry;
101379 struct rb_node rb_node;
101380 unsigned int free: 1;
101381 unsigned int clear_on_free: 1;
101382 unsigned int allow_user_free: 1;
101383 unsigned int async_transaction: 1;
101384 unsigned int oneway_spam_suspect: 1;
101385 unsigned int debug_id: 27;
101386 struct binder_transaction *transaction;
[all …]
Dvmlinux_608.h101377 struct binder_buffer { struct
101378 struct list_head entry;
101379 struct rb_node rb_node;
101380 unsigned int free: 1;
101381 unsigned int clear_on_free: 1;
101382 unsigned int allow_user_free: 1;
101383 unsigned int async_transaction: 1;
101384 unsigned int oneway_spam_suspect: 1;
101385 unsigned int debug_id: 27;
101386 struct binder_transaction *transaction;
[all …]