Searched refs:mCarPropertyService (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/service/src/com/android/car/ |
D | CarNightService.java | 50 private CarPropertyService mCarPropertyService; field in CarNightService 124 mCarPropertyService = propertyService; in CarNightService() 136 mCarPropertyService.registerListener(VehicleProperty.NIGHT_MODE, 0, in init() 138 CarPropertyValue propertyValue = mCarPropertyService.getProperty( in init()
|
D | ICarImpl.java | 89 private final CarPropertyService mCarPropertyService; field in ICarImpl 146 mCarPropertyService = new CarPropertyService(serviceContext, mHal.getPropertyHal()); in ICarImpl() 147 mCarDrivingStateService = new CarDrivingStateService(serviceContext, mCarPropertyService); in ICarImpl() 149 mCarDrivingStateService, mCarPropertyService); in ICarImpl() 162 mCarNightService = new CarNightService(serviceContext, mCarPropertyService); in ICarImpl() 202 allServices.add(mCarPropertyService); in ICarImpl() 325 return mCarPropertyService; in getCarService()
|
D | CarUxRestrictionsManagerService.java | 131 private final CarPropertyService mCarPropertyService; field in CarUxRestrictionsManagerService 159 mCarPropertyService = propertyService; in CarUxRestrictionsManagerService() 184 mCarPropertyService.registerListener(VehicleProperty.PERF_VEHICLE_SPEED, in init() 304 CarPropertyValue value = mCarPropertyService.getProperty(VehicleProperty.PERF_VEHICLE_SPEED, in getCurrentSpeed()
|
/packages/services/Car/car-lib/src/android/car/ |
D | CarInfoManager.java | 266 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarInfoManager() local 267 mCarPropertyMgr = new CarPropertyManager(car, mCarPropertyService); in CarInfoManager()
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarVendorExtensionManager.java | 88 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarVendorExtensionManager() local 89 mPropertyManager = new CarPropertyManager(car, mCarPropertyService); in CarVendorExtensionManager()
|
D | CarSensorManager.java | 307 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarSensorManager() local 308 mCarPropertyMgr = new CarPropertyManager(car, mCarPropertyService); in CarSensorManager()
|
/packages/services/Car/car-lib/src/android/car/hardware/hvac/ |
D | CarHvacManager.java | 307 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarHvacManager() local 308 mCarPropertyMgr = new CarPropertyManager(car, mCarPropertyService); in CarHvacManager()
|
/packages/services/Car/car-lib/src/android/car/hardware/cabin/ |
D | CarCabinManager.java | 473 ICarProperty mCarPropertyService = ICarProperty.Stub.asInterface(service); in CarCabinManager() local 474 mCarPropertyMgr = new CarPropertyManager(car, mCarPropertyService); in CarCabinManager()
|