Home
last modified time | relevance | path

Searched refs:writeTransactionData (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h119 status_t writeTransactionData(int32_t cmd,
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h180 status_t writeTransactionData(int32_t cmd,
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h180 status_t writeTransactionData(int32_t cmd,
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp626 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 DIPCThreadState.cpp704 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