Searched defs:pendingRequest (Results 1 – 4 of 4) sorted by relevance
| /packages/services/Car/service/src/com/android/car/hal/ |
| D | UserHalService.java | 705 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()
|
| D | PropertyHalService.java | 852 AsyncPropRequestInfo pendingRequest, Set<Integer> updatedHalPropIds) { in removePendingAsyncPropRequestInfoLocked() 862 AsyncPropRequestInfo pendingRequest, Set<Integer> updatedHalPropIds) { in cleanupPendingAsyncSetRequestLocked() 1407 AsyncPropRequestInfo pendingRequest = pendingSetRequests.get(j); in onPropertySetError() local 1456 AsyncPropRequestInfo pendingRequest = new AsyncPropRequestInfo(requestType, in prepareVehicleStubRequests() local
|
| /packages/services/Car/cpp/vhal/client/src/ |
| D | AidlVhalClient.cpp | 438 auto pendingRequest = tryFinishGetValueRequest(requestId); in onGetValue() local 481 auto pendingRequest = tryFinishSetValueRequest(requestId); in onSetValue() local 519 std::unique_ptr<T> pendingRequest; in onTimeout() local
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
| D | AdapterService.java | 5016 PendingAudioProfilePreferenceRequest pendingRequest = in notifyActiveDeviceChangeApplied() local
|