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

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp580 err = waitForResponse(reply);
583 err = waitForResponse(&fakeReply);
601 err = waitForResponse(NULL, NULL);
644 waitForResponse(NULL, &result);
706 return waitForResponse(NULL, NULL);
709 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) function in class:android::IPCThreadState
723 alog << "Processing waitForResponse Command: "
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2981 status_t waitForResponse() { function in class:android::GraphicProducerWrapper
3105 res = wrapper->waitForResponse();

Completed in 1706 milliseconds