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

/drivers/staging/android/
H A Dbinder.h117 struct binder_transaction_data { struct
175 BR_TRANSACTION = _IOR('r', 2, struct binder_transaction_data),
176 BR_REPLY = _IOR('r', 3, struct binder_transaction_data),
178 * binder_transaction_data: the received command.
255 BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data),
256 BC_REPLY = _IOW('c', 1, struct binder_transaction_data),
258 * binder_transaction_data: the sent command.

Completed in 560 milliseconds