Home
last modified time | relevance | path

Searched refs:CarSystemService (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DICarImpl.java184 private final CarSystemService[] mAllServicesInInitOrder;
233 List<CarSystemService> allServices = new ArrayList<>(40); in ICarImpl()
480 mAllServicesInInitOrder = allServices.toArray(new CarSystemService[allServices.size()]); in ICarImpl()
497 for (CarSystemService service : mAllServicesInInitOrder) { in init()
505 for (CarSystemService service : mAllServicesInInitOrder) { in init()
967 Map<Class, CarSystemService> allServicesByClazz = new ArrayMap<>(); in newCarShellCommand()
968 for (CarSystemService service : mAllServicesInInitOrder) { in newCarShellCommand()
978 for (CarSystemService service : mAllServicesInInitOrder) { in dumpListOfServices()
986 for (CarSystemService service : mAllServicesInInitOrder) { in dumpAllServices()
1002 CarSystemService service = getCarServiceBySubstring(serviceName); in dumpIndividualServices()
[all …]
DCarServiceBase.java30 public interface CarServiceBase extends CarSystemService {
DCarSystemService.java29 public interface CarSystemService { interface
DCarShellCommand.java555 private final Map<Class, CarSystemService> mAllServicesByClazz;
563 SystemInterface systemInterface, Map<Class, CarSystemService> allServicesByClazz) { in CarShellCommand()
/packages/services/Car/service/src/com/android/car/stats/
DCarStatsService.java31 import com.android.car.CarSystemService;
49 public class CarStatsService implements CarSystemService {
/packages/services/Car/service/
DAndroid.bp287 "src/com/android/car/CarSystemService.java",
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java60 import com.android.car.CarSystemService;
87 public class VehicleHal implements VehicleHalCallback, CarSystemService {