Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DIPCThreadState.h145 status_t writeTransactionData(int32_t cmd,
/system/libhwbinder/
DIPCThreadState.cpp640 err = writeTransactionData(BC_TRANSACTION_SG, flags, handle, code, data, nullptr); in transact()
797 err = writeTransactionData(BC_REPLY_SG, flags, -1, 0, reply, &statusBuffer); in sendReply()
995 status_t IPCThreadState::writeTransactionData(int32_t cmd, uint32_t binderFlags, in writeTransactionData() function in android::hardware::IPCThreadState