Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp704 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse() argument
724 if (!reply && !acquireResult) goto finish; in waitForResponse()
737 ALOG_ASSERT(acquireResult != NULL, "Unexpected brACQUIRE_RESULT"); in waitForResponse()
739 if (!acquireResult) continue; in waitForResponse()
740 *acquireResult = result ? NO_ERROR : INVALID_OPERATION; in waitForResponse()
787 if (acquireResult) *acquireResult = err; in waitForResponse()
/frameworks/native/include/binder/
DIPCThreadState.h93 status_t *acquireResult=NULL);