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

/frameworks/native/include/binder/
H A DIPCThreadState.h96 status_t waitForResponse(Parcel *reply,
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp604 err = waitForResponse(reply);
607 err = waitForResponse(&fakeReply);
625 err = waitForResponse(NULL, NULL);
668 waitForResponse(NULL, &result);
730 return waitForResponse(NULL, NULL);
733 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) function in class:android::IPCThreadState
747 alog << "Processing waitForResponse Command: "
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3418 status_t waitForResponse() { function in class:android::GraphicProducerWrapper
3531 res = wrapper->waitForResponse();
H A DSurfaceFlinger_hwc1.cpp3311 status_t waitForResponse() { function in class:GraphicProducerWrapper
3424 res = wrapper->waitForResponse();

Completed in 56 milliseconds