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

/frameworks/native/include/binder/
H A DIPCThreadState.h98 status_t* statusBuffer);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp655 status_t statusBuffer; local
656 err = writeTransactionData(BC_REPLY, flags, -1, 0, reply, &statusBuffer);
855 int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer)
872 } else if (statusBuffer) {
874 *statusBuffer = err;
876 tr.data.ptr.buffer = statusBuffer;
854 writeTransactionData(int32_t cmd, uint32_t binderFlags, int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) argument

Completed in 175 milliseconds