Searched refs:binder_transaction_data_sg (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/ |
H A D | sys_binder.h | 175 struct binder_transaction_data_sg { struct 240 BC_TRANSACTION_SG = _IOW('c', 17, struct binder_transaction_data_sg), 241 BC_REPLY_SG = _IOW('c', 18, struct binder_transaction_data_sg),
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | sys_binder.h | 194 struct binder_transaction_data_sg { struct 259 BC_TRANSACTION_SG = _IOW('c', 17, struct binder_transaction_data_sg), 260 BC_REPLY_SG = _IOW('c', 18, struct binder_transaction_data_sg),
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 1136 binder_transaction_data_sg tr_sg {}; in WriteTransaction()
|