Searched defs:serviceRequestId (Results  1 – 6 of 6) sorted by relevance
| /packages/services/Car/service/src/com/android/car/ | 
| D | VehicleStub.java | 111         public AsyncGetSetRequest(int serviceRequestId, HalPropValue halPropValue,  in AsyncGetSetRequest()151         public GetVehicleStubAsyncResult(int serviceRequestId, HalPropValue halPropValue) {  in GetVehicleStubAsyncResult()
 161         public GetVehicleStubAsyncResult(int serviceRequestId,  in GetVehicleStubAsyncResult()
 195         public SetVehicleStubAsyncResult(int serviceRequestId) {  in SetVehicleStubAsyncResult()
 204         public SetVehicleStubAsyncResult(int serviceRequestId,  in SetVehicleStubAsyncResult()
 
 | 
| D | HidlVehicleStub.java | 237                 int serviceRequestId = getVehicleStubAsyncRequest.getServiceRequestId();  in getAsync()  local274                 int serviceRequestId = setVehicleStubAsyncRequest.getServiceRequestId();  in setAsync()  local
 295             @CarPropertyAsyncErrorCode int errorCode, int vendorErrorCode, int serviceRequestId,  in callGetAsyncErrorCallback()
 303             @CarPropertyAsyncErrorCode int errorCode, int vendorErrorCode, int serviceRequestId,  in callSetAsyncErrorCallback()
 
 | 
| D | AidlVehicleStub.java | 112                 int serviceRequestId,  in AsyncRequestInfo()
 | 
| /packages/services/Car/service/src/com/android/car/hal/ | 
| D | PropertyHalService.java | 239         void setServiceRequestId(int serviceRequestId) {  in setServiceRequestId()359                     int serviceRequestId = serviceRequestIds.get(i).intValue();  in onRequestsTimeout()  local
 551                     int serviceRequestId = getVehicleStubAsyncResult.getServiceRequestId();  in onGetAsyncResults()  local
 634                     int serviceRequestId = setVehicleStubAsyncResult.getServiceRequestId();  in onSetAsyncResults()  local
 718                     int serviceRequestId = serviceRequestIds.get(i);  in onRequestsTimeout()  local
 795         int serviceRequestId = mServiceRequestIdCounter.getAndIncrement();  in generateVehicleStubAsyncRequestLocked()  local
 816             int serviceRequestId) {  in getPendingAsyncPropRequestInfoLocked()
 828             int serviceRequestId, Set<Integer> updatedHalPropIds) {  in getAndRemovePendingAsyncPropRequestInfoLocked()
 853         int serviceRequestId = pendingRequest.getServiceRequestId();  in removePendingAsyncPropRequestInfoLocked()  local
 
 | 
| /packages/services/Car/service/src/com/android/car/hal/fakevhal/ | 
| D | FakeVehicleStub.java | 231             int serviceRequestId = setRequest.getServiceRequestId();  in setAsync()  local
 | 
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ | 
| D | PropertyHalServiceTest.java | 218             int serviceRequestId = getVehicleHalRequest.getServiceRequestId();  in deliverResult()  local
 |