Searched refs:waitForResponse (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareStateManager.java | 1554 boolean waitForResponse = true; in processCommand() 1569 waitForResponse = connectLocal(mCurrentTransactionId, clientId, uid, pid, in processCommand() 1576 waitForResponse = disconnectLocal(mCurrentTransactionId, clientId); in processCommand() 1580 waitForResponse = reconfigureLocal(mCurrentTransactionId); in processCommand() 1587 waitForResponse = false; in processCommand() 1597 waitForResponse = publishLocal(mCurrentTransactionId, clientId, publishConfig, in processCommand() 1606 waitForResponse = updatePublishLocal(mCurrentTransactionId, clientId, sessionId, in processCommand() 1617 waitForResponse = subscribeLocal(mCurrentTransactionId, clientId, in processCommand() 1626 waitForResponse = updateSubscribeLocal(mCurrentTransactionId, clientId, in processCommand() 1642 waitForResponse = false; in processCommand() [all …]
|
/frameworks/native/libs/binder/ |
D | IPCThreadState.cpp | 694 err = waitForResponse(reply); in transact() 697 err = waitForResponse(&fakeReply); in transact() 715 err = waitForResponse(nullptr, nullptr); in transact() 764 waitForResponse(NULL, &result); in attemptIncStrongHandle() 829 return waitForResponse(nullptr, nullptr); in sendReply() 832 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse() function in android::IPCThreadState
|
/frameworks/native/include/binder/ |
D | IPCThreadState.h | 149 status_t waitForResponse(Parcel *reply,
|
/frameworks/native/libs/binder/include/binder/ |
D | IPCThreadState.h | 149 status_t waitForResponse(Parcel *reply,
|
/frameworks/base/core/java/android/hardware/location/ |
D | ContextHubTransaction.java | 256 public ContextHubTransaction.Response<T> waitForResponse( in waitForResponse() method in ContextHubTransaction
|
/frameworks/base/api/ |
D | system-current.txt | 2648 …method public android.hardware.location.ContextHubTransaction.Response<T> waitForResponse(long, ja…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 2648 …method public android.hardware.location.ContextHubTransaction.Response<T> waitForResponse(long, ja…
|