Searched defs:waitForResponse (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp594 err = waitForResponse(reply);
597 err = waitForResponse(&fakeReply);
615 err = waitForResponse(NULL, NULL);
658 waitForResponse(NULL, &result);
719 return waitForResponse(NULL, NULL);
722 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) function in class:android::IPCThreadState
736 alog << "Processing waitForResponse Command: "
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4061 status_t waitForResponse() { function in class:android::GraphicProducerWrapper
4174 res = wrapper->waitForResponse();
H A DSurfaceFlinger_hwc1.cpp3662 status_t waitForResponse() { function in class:GraphicProducerWrapper
3775 res = wrapper->waitForResponse();

Completed in 51 milliseconds