Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/include/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 …]
/development/ndk/platforms/android-21/include/linux/
Dbinder.h95 struct binder_transaction_data { struct
96 union {
100 } target;
101 binder_uintptr_t cookie;
102 __u32 code;
104 __u32 flags;
105 pid_t sender_pid;
106 uid_t sender_euid;
107 binder_size_t data_size;
109 binder_size_t offsets_size;
[all …]