Searched refs:waitForResponse (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/binder/
H A DIPCThreadState.h90 status_t waitForResponse(Parcel *reply,
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp539 err = waitForResponse(reply);
542 err = waitForResponse(&fakeReply);
560 err = waitForResponse(NULL, NULL);
602 waitForResponse(NULL, &result);
659 return waitForResponse(NULL, NULL);
662 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) function in class:android::IPCThreadState
676 alog << "Processing waitForResponse Command: "

Completed in 42 milliseconds