/aosp12/system/chre/java/test/utils/src/com/google/android/utils/chre/ |
H A D | ChreTestUtil.java | 102 resp = txn.waitForResponse(TIMEOUT_LOAD_NANOAPP_SECONDS, TimeUnit.SECONDS); in loadNanoApp() 133 resp = txn.waitForResponse(TIMEOUT_UNLOAD_NANOAPP_SECONDS, TimeUnit.SECONDS); in unloadNanoApp() 209 response = transaction.waitForResponse(QUERY_NANOAPPS_TIMEOUT_SECONDS, in queryNanoAppsAssertSuccess() 281 response = transaction.waitForResponse(timeoutInSeconds, TimeUnit.SECONDS); in assertTransactionSuccessSync()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
H A D | WifiAwareStateManager.java | 1722 boolean waitForResponse = true; in processCommand() 1771 waitForResponse = false; in processCommand() 1838 waitForResponse = false; in processCommand() 1878 waitForResponse = false; in processCommand() 1882 waitForResponse = false; in processCommand() 1898 waitForResponse = false; in processCommand() 1902 waitForResponse = false; in processCommand() 1954 waitForResponse = false; in processCommand() 1959 waitForResponse = false; in processCommand() 1971 if (!waitForResponse) { in processCommand() [all …]
|
/aosp12/system/libhwbinder/ |
H A D | IPCThreadState.cpp | 652 err = waitForResponse(reply); in transact() 655 err = waitForResponse(&fakeReply); in transact() 672 err = waitForResponse(nullptr, nullptr); in transact() 721 waitForResponse(nullptr, &result); in attemptIncStrongHandle() 785 return waitForResponse(nullptr, nullptr); in sendReply() 788 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse() function in android::hardware::IPCThreadState
|
/aosp12/frameworks/native/libs/binder/ |
H A D | IPCThreadState.cpp | 730 err = waitForResponse(reply); in transact() 733 err = waitForResponse(&fakeReply); in transact() 751 err = waitForResponse(nullptr, nullptr); in transact() 806 waitForResponse(NULL, &result); in attemptIncStrongHandle() 872 return waitForResponse(nullptr, nullptr); in sendReply() 875 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) in waitForResponse() function in android::IPCThreadState
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | IPCThreadState.h | 116 status_t waitForResponse(Parcel *reply,
|
/aosp12/frameworks/native/include/binder/ |
H A D | IPCThreadState.h | 177 status_t waitForResponse(Parcel *reply,
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | IPCThreadState.h | 177 status_t waitForResponse(Parcel *reply,
|
/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | ContextHubTransaction.java | 255 public ContextHubTransaction.Response<T> waitForResponse( in waitForResponse() method in ContextHubTransaction
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 3785 …method public android.hardware.location.ContextHubTransaction.Response<T> waitForResponse(long, ja…
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 8589 HSPLandroid/hardware/location/ContextHubTransaction;->waitForResponse(JLjava/util/concurrent/TimeUn…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 8584 HSPLandroid/hardware/location/ContextHubTransaction;->waitForResponse(JLjava/util/concurrent/TimeUn…
|