Home
last modified time | relevance | path

Searched defs:serviceRequestId (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DVehicleStub.java91 public AsyncGetSetRequest(int serviceRequestId, HalPropValue halPropValue, in AsyncGetSetRequest()
137 public GetVehicleStubAsyncResult(int serviceRequestId, HalPropValue halPropValue) { in GetVehicleStubAsyncResult()
146 public GetVehicleStubAsyncResult(int serviceRequestId, CarPropertyErrorCodes errorCodes) { in GetVehicleStubAsyncResult()
185 public SetVehicleStubAsyncResult(int serviceRequestId) { in SetVehicleStubAsyncResult()
193 public SetVehicleStubAsyncResult(int serviceRequestId, CarPropertyErrorCodes errorCodes) { in SetVehicleStubAsyncResult()
DAidlVehicleStub.java125 int serviceRequestId, in AsyncRequestInfo()
481 int serviceRequestId = mPendingRequestPool.valueAt(i) in cancelRequests() local
553 abstract void addErrorResult(VehicleStubCallbackInterface callback, int serviceRequestId, in addErrorResult()
558 abstract void addVhalResult(VehicleStubCallbackInterface callback, int serviceRequestId, in addVhalResult()
881 void addErrorResult(VehicleStubCallbackInterface callback, int serviceRequestId, in addErrorResult()
888 void addVhalResult(VehicleStubCallbackInterface callback, int serviceRequestId, in addVhalResult()
906 private GetVehicleStubAsyncResult toVehicleStubResult(int serviceRequestId, in toVehicleStubResult()
933 void addErrorResult(VehicleStubCallbackInterface callback, int serviceRequestId, in addErrorResult()
940 void addVhalResult(VehicleStubCallbackInterface callback, int serviceRequestId, in addVhalResult()
959 private SetVehicleStubAsyncResult toVehicleStubResult(int serviceRequestId, in toVehicleStubResult()
DHidlVehicleStub.java238 int serviceRequestId = getVehicleStubAsyncRequest.getServiceRequestId(); in getAsync() local
282 int serviceRequestId = setVehicleStubAsyncRequest.getServiceRequestId(); in setAsync() local
308 private void callGetAsyncErrorCallback(CarPropertyErrorCodes errorCodes, int serviceRequestId, in callGetAsyncErrorCallback()
314 private void callSetAsyncErrorCallback(CarPropertyErrorCodes errorCodes, int serviceRequestId, in callSetAsyncErrorCallback()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java299 void setServiceRequestId(int serviceRequestId) { in setServiceRequestId()
432 int serviceRequestId = serviceRequestIds.get(i).intValue(); in onRequestsTimeout() local
668 int serviceRequestId = getVehicleStubAsyncResult.getServiceRequestId(); in onGetAsyncResults() local
762 int serviceRequestId = setVehicleStubAsyncResult.getServiceRequestId(); in onSetAsyncResults() local
858 int serviceRequestId = serviceRequestIds.get(i); in onRequestsTimeout() local
920 int serviceRequestId = mServiceRequestIdCounter.getAndIncrement(); in generateVehicleStubAsyncRequestLocked() local
941 int serviceRequestId) { in getPendingAsyncPropRequestInfoLocked()
953 int serviceRequestId) { in getAndRemovePendingAsyncPropRequestInfoLocked()
977 int serviceRequestId = pendingRequest.getServiceRequestId(); in removePendingAsyncPropRequestInfoLocked() local
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java238 int serviceRequestId = setRequest.getServiceRequestId(); in setAsync() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java272 int serviceRequestId = getVehicleHalRequest.getServiceRequestId(); in deliverResult() local