Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp668 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse() argument
688 if (!reply && !acquireResult) goto finish; in waitForResponse()
701 ALOG_ASSERT(acquireResult != NULL, "Unexpected brACQUIRE_RESULT"); in waitForResponse()
703 if (!acquireResult) continue; in waitForResponse()
704 *acquireResult = result ? NO_ERROR : INVALID_OPERATION; in waitForResponse()
751 if (acquireResult) *acquireResult = err; in waitForResponse()
/frameworks/native/include/binder/
DIPCThreadState.h92 status_t *acquireResult=NULL);