Home
last modified time | relevance | path

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

/system/libhwbinder/
DIPCThreadState.cpp799 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse() argument
819 if (!reply && !acquireResult) goto finish; in waitForResponse()
832 ALOG_ASSERT(acquireResult != nullptr, "Unexpected brACQUIRE_RESULT"); in waitForResponse()
834 if (!acquireResult) continue; in waitForResponse()
835 *acquireResult = result ? NO_ERROR : INVALID_OPERATION; in waitForResponse()
882 if (acquireResult) *acquireResult = err; in waitForResponse()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h117 status_t *acquireResult=nullptr);