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

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

Completed in 618 milliseconds