Searched refs:CarSystemService (Results 1 – 7 of 7) sorted by relevance
184 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 …]
30 public interface CarServiceBase extends CarSystemService {
29 public interface CarSystemService { interface
555 private final Map<Class, CarSystemService> mAllServicesByClazz;563 SystemInterface systemInterface, Map<Class, CarSystemService> allServicesByClazz) { in CarShellCommand()
31 import com.android.car.CarSystemService;49 public class CarStatsService implements CarSystemService {
287 "src/com/android/car/CarSystemService.java",
60 import com.android.car.CarSystemService;87 public class VehicleHal implements VehicleHalCallback, CarSystemService {