Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java1395 boolean waitForResponse = true; in processCommand()
1410 waitForResponse = connectLocal(mCurrentTransactionId, clientId, uid, pid, in processCommand()
1417 waitForResponse = disconnectLocal(mCurrentTransactionId, clientId); in processCommand()
1421 waitForResponse = reconfigureLocal(mCurrentTransactionId); in processCommand()
1428 waitForResponse = false; in processCommand()
1438 waitForResponse = publishLocal(mCurrentTransactionId, clientId, publishConfig, in processCommand()
1447 waitForResponse = updatePublishLocal(mCurrentTransactionId, clientId, sessionId, in processCommand()
1458 waitForResponse = subscribeLocal(mCurrentTransactionId, clientId, in processCommand()
1467 waitForResponse = updateSubscribeLocal(mCurrentTransactionId, clientId, in processCommand()
1483 waitForResponse = false; in processCommand()
[all …]
/frameworks/native/libs/binder/
DIPCThreadState.cpp594 err = waitForResponse(reply); in transact()
597 err = waitForResponse(&fakeReply); in transact()
615 err = waitForResponse(NULL, NULL); in transact()
658 waitForResponse(NULL, &result); in attemptIncStrongHandle()
719 return waitForResponse(NULL, NULL); in sendReply()
722 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse() function in android::IPCThreadState
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h97 status_t waitForResponse(Parcel *reply,
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger_hwc1.cpp3682 status_t waitForResponse() { in waitForResponse() function in android::GraphicProducerWrapper
3795 res = wrapper->waitForResponse(); in captureScreen()