Home
last modified time | relevance | path

Searched defs:vehicleStubRequests (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1628 List<AsyncGetSetRequest> vehicleStubRequests = new ArrayList<>(); in prepareVehicleStubRequests() local
1695 List<AsyncGetSetRequest> vehicleStubRequests, VehicleStubCallback callback) { in sendVehicleStubRequests()
1718 List<AsyncGetSetRequest> vehicleStubRequests = prepareVehicleStubRequests( in getCarPropertyValuesAsync() local
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java1065 List<AsyncGetSetRequest> vehicleStubRequests, in prepareAndConvertAsyncRequests()