Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/android/
Dbinder.h130 struct binder_transaction_data { struct
195 BR_TRANSACTION = _IOR('r', 2, struct binder_transaction_data),
196 BR_REPLY = _IOR('r', 3, struct binder_transaction_data),
275 BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data),
276 BC_REPLY = _IOW('c', 1, struct binder_transaction_data),
/linux-4.1.27/drivers/android/
Dbinder.c1319 struct binder_transaction_data *tr, int reply) in binder_transaction()
1935 struct binder_transaction_data tr; in binder_thread_write()
2225 struct binder_transaction_data tr; in binder_thread_read()