Searched defs:areaId (Results 1 – 11 of 11) sorted by relevance
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarPropertyConfig.java | 87 public boolean hasArea(int areaId) { in hasArea() 92 public T getMinValue(int areaId) { in getMinValue() 98 public T getMaxValue(int areaId) { in getMaxValue() 145 int areaId = in.readInt(); in CarPropertyConfig() local
|
D | CarPropertyValue.java | 48 public CarPropertyValue(int propertyId, int areaId, T value) { in CarPropertyValue()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalClient.java | 116 int areaId = requestedPropValue.areaId; in getValue() local 184 final int areaId; field in HalClient.PropertySetError 186 PropertySetError(int errorCode, int propId, int areaId) { in PropertySetError() 250 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError()
|
D | VehicleHal.java | 406 public VehiclePropValue get(int propertyId, int areaId) throws PropertyTimeoutException { in get() 421 public <T> T get(Class clazz, int propertyId, int areaId) throws PropertyTimeoutException { in get() 471 VehiclePropValueSetter set(int propId, int areaId) { in set() 525 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError() 589 public void injectBooleanEvent(int propId, int areaId, boolean value) { in injectBooleanEvent() 626 private VehiclePropValueSetter(HalClient client, int propId, int areaId) { in VehiclePropValueSetter() 689 private static VehiclePropValue createPropValue(int propId, int areaId) { in createPropValue()
|
D | CarPropertyUtils.java | 46 int areaId = halValue.areaId; in toCarPropertyValue() local
|
D | PropertyHalServiceBase.java | 85 public CarPropertyValue getProperty(int mgrPropId, int areaId) { in getProperty()
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/ |
D | VehiclePropConfigBuilder.java | 112 public VehiclePropConfigBuilder addAreaConfig(int areaId, int minValue, int maxValue) { in addAreaConfig() 122 public VehiclePropConfigBuilder addAreaConfig(int areaId, float minValue, float maxValue) { in addAreaConfig()
|
D | MockedVehicleHal.java | 91 public synchronized void injectError(int errorCode, int propertyId, int areaId) { in injectError()
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/ |
D | VehiclePropValueBuilder.java | 60 public VehiclePropValueBuilder setAreaId(int areaId) { in setAreaId()
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
D | Utils.java | 77 int areaId, in readVhalProperty()
|
D | E2ePerformanceTest.java | 286 CarPropertyConfig<Float> cfg, int areaId, CountDownLatch counter) { in invokeSetAndGetForHvacFloat() 294 mgr.setFloatProperty(cfg.getPropertyId(), areaId, curValue); in invokeSetAndGetForHvacFloat() local
|