Home
last modified time | relevance | path

Searched defs:pendingRequest (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java705 PendingRequest<?, ?> pendingRequest = handleRemovePendingRequest(requestId); in handleOnUserIdentificationAssociation() local
815 PendingRequest<?, RESP> pendingRequest = new PendingRequest<>(responseClass, request, in addPendingRequestLocked() local
838 PendingRequest<?, ?> pendingRequest = mPendingRequests.valueAt(i); in hasPendingRequestLocked() local
855 PendingRequest<?, ?> pendingRequest; in handleRemovePendingRequest() local
864 PendingRequest<?, ?> pendingRequest = getPendingRequest(requestId); in handleCheckIfRequestTimedOut() local
1131 PendingRequest<?, ?> pendingRequest = getPendingRequest(requestId); in handleGetPendingCallback() local
1211 private static <T> T getRequest(@Nullable PendingRequest<?, ?> pendingRequest, in getRequest()
DPropertyHalService.java976 private void removePendingAsyncPropRequestInfoLocked(AsyncPropRequestInfo pendingRequest) { in removePendingAsyncPropRequestInfoLocked()
985 private void cleanupPendingAsyncSetRequestLocked(AsyncPropRequestInfo pendingRequest) { in cleanupPendingAsyncSetRequestLocked()
1581 AsyncPropRequestInfo pendingRequest = pendingSetRequests.get(j); in onPropertySetError() local
1649 AsyncPropRequestInfo pendingRequest = new AsyncPropRequestInfo(requestType, in prepareVehicleStubRequests() local
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp446 auto pendingRequest = tryFinishGetValueRequest(requestId); in onGetValue() local
489 auto pendingRequest = tryFinishSetValueRequest(requestId); in onSetValue() local
527 std::unique_ptr<T> pendingRequest; in onTimeout() local
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java390 AndroidFuture<VhalResultType> pendingRequest = in finishRequestIfFound() local
762 AndroidFuture<VhalResultType> pendingRequest = in completePendingSyncRequestLocked() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java4594 PendingAudioProfilePreferenceRequest pendingRequest = in notifyActiveDeviceChangeApplied() local