Searched refs:acquireResult (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/binder/
H A DIPCThreadState.h98 status_t *acquireResult=NULL);
/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h98 status_t *acquireResult=NULL);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp761 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) argument
781 if (!reply && !acquireResult) goto finish;
794 ALOG_ASSERT(acquireResult != NULL, "Unexpected brACQUIRE_RESULT");
796 if (!acquireResult) continue;
797 *acquireResult = result ? NO_ERROR : INVALID_OPERATION;
844 if (acquireResult) *acquireResult = err;

Completed in 815 milliseconds