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

/frameworks/native/include/binder/
H A DIPCThreadState.h95 status_t writeTransactionData(int32_t cmd,
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp563 err = writeTransactionData(BC_TRANSACTION, flags, handle, code, data, NULL);
703 err = writeTransactionData(BC_REPLY, flags, -1, 0, reply, &statusBuffer);
901 status_t IPCThreadState::writeTransactionData(int32_t cmd, uint32_t binderFlags, function in class:android::IPCThreadState

Completed in 117 milliseconds