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.java1064 private void removePendingAsyncPropRequestInfoLocked(AsyncPropRequestInfo pendingRequest) { in removePendingAsyncPropRequestInfoLocked()
1080 private void removePendingAsyncPropRequestInfoLocked(AsyncPropRequestInfo pendingRequest, in removePendingAsyncPropRequestInfoLocked()
1090 private void cleanupPendingAsyncSetRequestLocked(AsyncPropRequestInfo pendingRequest) { in cleanupPendingAsyncSetRequestLocked()
2179 AsyncPropRequestInfo pendingRequest = pendingSetRequests.get(j); in onPropertySetError() local
2244 AsyncPropRequestInfo pendingRequest = new AsyncPropRequestInfo(requestType, in prepareVehicleStubRequests() local
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp566 auto pendingRequest = tryFinishGetValueRequest(requestId); in onGetValue() local
609 auto pendingRequest = tryFinishSetValueRequest(requestId); in onSetValue() local
653 std::unique_ptr<T> pendingRequest; in onTimeout() local
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java495 AndroidFuture<VhalResultType> pendingRequest = in finishRequestIfFound() local
958 AndroidFuture<VhalResultType> pendingRequest = in completePendingSyncRequestLocked() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2509 PendingAudioProfilePreferenceRequest pendingRequest = in notifyActiveDeviceChangeApplied() local