Searched refs:waitForResponse (Results 1 – 8 of 8) sorted by relevance
/system/chre/java/test/utils/src/com/google/android/utils/chre/ |
D | ChreTestUtil.java | 105 resp = txn.waitForResponse(TIMEOUT_LOAD_NANOAPP_SECONDS, TimeUnit.SECONDS); in loadNanoApp() 136 resp = txn.waitForResponse(TIMEOUT_UNLOAD_NANOAPP_SECONDS, TimeUnit.SECONDS); in unloadNanoApp() 224 response = transaction.waitForResponse(QUERY_NANOAPPS_TIMEOUT_SECONDS, in queryNanoAppsAssertSuccess() 296 response = transaction.waitForResponse(timeoutInSeconds, TimeUnit.SECONDS); in assertTransactionSuccessSync()
|
D | ContextHubServiceTestHelper.java | 151 ContextHubTransaction.Response<List<NanoAppState>> response = transaction.waitForResponse( in queryNanoApps() 230 response = transaction.waitForResponse(timeout, unit); in assertTransactionSuccessSync()
|
/system/libhwbinder/ |
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
|
/system/libhwbinder/include/hwbinder/ |
D | IPCThreadState.h | 116 status_t waitForResponse(Parcel *reply,
|
/system/extras/simpleperf/testdata/ |
D | perf_display_bitmaps.UiThread.perf-script | 1239 …7530321150 android::IPCThreadState::waitForResponse(android::Parcel*, int*) (/system/lib64/libbind…
|
D | perf_display_bitmaps.header.perf-script | 9806 …7530321150 android::IPCThreadState::waitForResponse(android::Parcel*, int*) (/system/lib64/libbind… 11635 …7530321150 android::IPCThreadState::waitForResponse(android::Parcel*, int*) (/system/lib64/libbind…
|
D | perf_display_bitmaps.perf-script | 9791 …7530321150 android::IPCThreadState::waitForResponse(android::Parcel*, int*) (/system/lib64/libbind… 11620 …7530321150 android::IPCThreadState::waitForResponse(android::Parcel*, int*) (/system/lib64/libbind…
|
D | perf_display_bitmaps.RenderThread.perf-script | 9791 …7530321150 android::IPCThreadState::waitForResponse(android::Parcel*, int*) (/system/lib64/libbind…
|