Searched refs:waitForResponse (Results 1 – 3 of 3) sorted by relevance
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()
116 status_t waitForResponse(Parcel *reply,
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