Searched refs:serviceRequests (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 1621 List<AsyncPropertyServiceRequest> serviceRequests, in prepareVehicleStubRequests() argument 1633 for (int i = 0; i < serviceRequests.size(); i++) { in prepareVehicleStubRequests() 1634 AsyncPropertyServiceRequest serviceRequest = serviceRequests.get(i); in prepareVehicleStubRequests() 1713 List<AsyncPropertyServiceRequest> serviceRequests, in getCarPropertyValuesAsync() argument 1719 GET, serviceRequests, timeoutInMs, vehicleStubCallback, in getCarPropertyValuesAsync() 1761 List<AsyncPropertyServiceRequest> serviceRequests, in sendGetInitialValueAndSubscribeUpdateEvent() argument 1766 GET_INITIAL_VALUE_FOR_SET, serviceRequests, timeoutInMs, in sendGetInitialValueAndSubscribeUpdateEvent() 1812 List<AsyncPropertyServiceRequest> serviceRequests, in setCarPropertyValuesAsync() argument 1819 SET, serviceRequests, timeoutInMs, vehicleStubCallback, in setCarPropertyValuesAsync() 1827 filterWaitForUpdateRequests(serviceRequests, in setCarPropertyValuesAsync()
|