Home
last modified time | relevance | path

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

/system/libhwbinder/
DIPCThreadState.cpp803 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse() argument
823 if (!reply && !acquireResult) goto finish; in waitForResponse()
836 ALOG_ASSERT(acquireResult != nullptr, "Unexpected brACQUIRE_RESULT"); in waitForResponse()
838 if (!acquireResult) continue; in waitForResponse()
839 *acquireResult = result ? NO_ERROR : INVALID_OPERATION; in waitForResponse()
886 if (acquireResult) *acquireResult = err; in waitForResponse()
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h143 status_t *acquireResult=nullptr);