Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp604 err = waitForResponse(reply); in transact()
607 err = waitForResponse(&fakeReply); in transact()
625 err = waitForResponse(NULL, NULL); in transact()
668 waitForResponse(NULL, &result); in attemptIncStrongHandle()
730 return waitForResponse(NULL, NULL); in sendReply()
733 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse() function in android::IPCThreadState
/frameworks/native/include/binder/
DIPCThreadState.h96 status_t waitForResponse(Parcel *reply,
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3193 status_t waitForResponse() { in waitForResponse() function in android::GraphicProducerWrapper
3306 res = wrapper->waitForResponse(); in captureScreen()
DSurfaceFlinger_hwc1.cpp3207 status_t waitForResponse() { in waitForResponse() function in android::GraphicProducerWrapper
3320 res = wrapper->waitForResponse(); in captureScreen()