Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp733 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse() argument
753 if (!reply && !acquireResult) goto finish; in waitForResponse()
766 ALOG_ASSERT(acquireResult != NULL, "Unexpected brACQUIRE_RESULT"); in waitForResponse()
768 if (!acquireResult) continue; in waitForResponse()
769 *acquireResult = result ? NO_ERROR : INVALID_OPERATION; in waitForResponse()
816 if (acquireResult) *acquireResult = err; in waitForResponse()
/frameworks/native/include/binder/
DIPCThreadState.h97 status_t *acquireResult=NULL);