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

/frameworks/native/include/binder/
H A DIPCThreadState.h105 status_t* statusBuffer);
/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h105 status_t* statusBuffer);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp754 status_t statusBuffer; local
755 err = writeTransactionData(BC_REPLY, flags, -1, 0, reply, &statusBuffer);
956 int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer)
974 } else if (statusBuffer) {
976 *statusBuffer = err;
978 tr.data.ptr.buffer = reinterpret_cast<uintptr_t>(statusBuffer);
955 writeTransactionData(int32_t cmd, uint32_t binderFlags, int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) argument

Completed in 140 milliseconds