Searched defs:waitForResponse (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DContextHubTransaction.java39 * synchronously through a blocking call ({@link #waitForResponse(long, TimeUnit)}) or
256 public ContextHubTransaction.Response<T> waitForResponse( method in class:ContextHubTransaction
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp627 err = waitForResponse(reply);
630 err = waitForResponse(&fakeReply);
648 err = waitForResponse(NULL, NULL);
697 waitForResponse(NULL, &result);
758 return waitForResponse(NULL, NULL);
761 status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult) function in class:android::IPCThreadState
775 alog << "Processing waitForResponse Command: "

Completed in 88 milliseconds