Searched refs:writeTransactionData (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | IPCThreadState.h | 119 status_t writeTransactionData(int32_t cmd,
|
/aosp12/frameworks/native/include/binder/ |
H A D | IPCThreadState.h | 180 status_t writeTransactionData(int32_t cmd,
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | IPCThreadState.h | 180 status_t writeTransactionData(int32_t cmd,
|
/aosp12/system/libhwbinder/ |
H A D | IPCThreadState.cpp | 626 err = writeTransactionData(BC_TRANSACTION_SG, flags, handle, code, data, nullptr); in transact() 782 err = writeTransactionData(BC_REPLY_SG, flags, -1, 0, reply, &statusBuffer); in sendReply() 989 status_t IPCThreadState::writeTransactionData(int32_t cmd, uint32_t binderFlags, in writeTransactionData() function in android::hardware::IPCThreadState
|
/aosp12/frameworks/native/libs/binder/ |
H A D | IPCThreadState.cpp | 704 err = writeTransactionData(BC_TRANSACTION, flags, handle, code, data, nullptr); in transact() 869 err = writeTransactionData(BC_REPLY, flags, -1, 0, reply, &statusBuffer); in sendReply() 1082 status_t IPCThreadState::writeTransactionData(int32_t cmd, uint32_t binderFlags, in writeTransactionData() function in android::IPCThreadState
|