Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dbinder.h77 struct binder_transaction_data { struct
79 union {
82 } target;
83 void *cookie;
84 unsigned int code;
86 unsigned int flags;
87 pid_t sender_pid;
88 uid_t sender_euid;
89 size_t data_size;
90 size_t offsets_size;
[all …]