Home
last modified time | relevance | path

Searched refs:waitForResponse (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
DIPCThreadState.cpp580 err = waitForResponse(reply); in transact()
583 err = waitForResponse(&fakeReply); in transact()
601 err = waitForResponse(NULL, NULL); in transact()
644 waitForResponse(NULL, &result); in attemptIncStrongHandle()
706 return waitForResponse(NULL, NULL); in sendReply()
709 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse() function in android::IPCThreadState
/frameworks/native/include/binder/
DIPCThreadState.h92 status_t waitForResponse(Parcel *reply,
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2981 status_t waitForResponse() { in waitForResponse() function in android::GraphicProducerWrapper
3105 res = wrapper->waitForResponse(); in captureScreen()