/packages/services/Car/car-lib/src/android/car/hardware/hvac/ |
D | CarHvacManager.java | 254 void onErrorEvent(@PropertyId int propertyId, int zone); in onErrorEvent() 273 public void onErrorEvent(int propertyId, int zone) { in onErrorEvent() 293 private void handleOnErrorEvent(int propertyId, int zone) { in handleOnErrorEvent() 374 public boolean isPropertyAvailable(@PropertyId int propertyId, int area) { in isPropertyAvailable() 384 public boolean getBooleanProperty(@PropertyId int propertyId, int area) { in getBooleanProperty() 394 public float getFloatProperty(@PropertyId int propertyId, int area) { in getFloatProperty() 404 public int getIntProperty(@PropertyId int propertyId, int area) { in getIntProperty() 414 public void setBooleanProperty(@PropertyId int propertyId, int area, boolean val) { in setBooleanProperty() 426 public void setFloatProperty(@PropertyId int propertyId, int area, float val) { in setFloatProperty() 438 public void setIntProperty(@PropertyId int propertyId, int area, int val) { in setIntProperty()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowCarUnitsManager.java | 50 protected static Unit[] getUnitsSupportedByProperty(int propertyId) { in getUnitsSupportedByProperty() 55 protected static Unit getUnitUsedByProperty(int propertyId) { in getUnitUsedByProperty() 60 protected static void setUnitUsedByProperty(int propertyId, int unitId) { in setUnitUsedByProperty() 83 public static void setUnitsSupportedByProperty(int propertyId, Unit[] units) { in setUnitsSupportedByProperty()
|
/packages/services/Car/car-lib/src/android/car/hardware/cabin/ |
D | CarCabinManager.java | 416 void onErrorEvent(@PropertyId int propertyId, int zone); in onErrorEvent() 435 public void onErrorEvent(int propertyId, int zone) { in onErrorEvent() 453 private void handleOnErrorEvent(int propertyId, int zone) { in handleOnErrorEvent() 485 public static boolean isZonedProperty(@PropertyId int propertyId) { in isZonedProperty() 540 public boolean getBooleanProperty(@PropertyId int propertyId, int area) { in getBooleanProperty() 550 public float getFloatProperty(@PropertyId int propertyId, int area) { in getFloatProperty() 560 public int getIntProperty(@PropertyId int propertyId, int area) { in getIntProperty() 570 public void setBooleanProperty(@PropertyId int propertyId, int area, boolean val) { in setBooleanProperty() 582 public void setFloatProperty(@PropertyId int propertyId, int area, float val) { in setFloatProperty() 594 public void setIntProperty(@PropertyId int propertyId, int area, int val) { in setIntProperty()
|
/packages/apps/Car/Settings/src/com/android/car/settings/units/ |
D | CarUnitsManager.java | 74 protected boolean isPropertyAvailable(int propertyId) { in isPropertyAvailable() 86 protected Unit[] getUnitsSupportedByProperty(int propertyId) { in getUnitsSupportedByProperty() 116 protected Unit getUnitUsedByProperty(int propertyId) { in getUnitUsedByProperty() 130 protected void setUnitUsedByProperty(int propertyId, int unitId) { in setUnitUsedByProperty()
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarVendorExtensionManager.java | 69 private void handleOnErrorEvent(int propertyId, int zone) { in handleOnErrorEvent() 101 void onErrorEvent(int propertyId, int zone); in onErrorEvent() 146 public boolean isPropertyAvailable(int propertyId, int area) { in isPropertyAvailable() 230 public void onErrorEvent(int propertyId, int zone) { in onErrorEvent()
|
D | CarPropertyValue.java | 81 public CarPropertyValue(int propertyId, int areaId, T value) { in CarPropertyValue() 98 public CarPropertyValue(int propertyId, int areaId, int status, long timestamp, T value) { in CarPropertyValue()
|
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/sensors/ |
D | Sensors.java | 94 private static <T> Sensor<T> registerSensor(String propertyName, int propertyId, int areaId, in registerSensor() 134 public List<Sensor<?>> getSensorsForPropertyId(int propertyId) { in getSensorsForPropertyId()
|
D | Sensor.java | 52 Sensor(String name, int propertyId, int areaId, int expectedPropertyType, in Sensor()
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/sensors/ |
D | Sensors.java | 92 private static <T> Sensor<T> registerSensor(String propertyName, int propertyId, int areaId, in registerSensor() 130 public Sensor<?> getSensorForPropertyId(int propertyId) { in getSensorForPropertyId()
|
D | Sensor.java | 52 Sensor(String name, int propertyId, int areaId, int expectedPropertyType, in Sensor()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | CarPropertyUtils.java | 67 VehiclePropValue halValue, int propertyId) { in toCarPropertyValue() 117 VehiclePropValue halValue, int propertyId, boolean containBoolean, in toMixedCarPropertyValue() 259 static CarPropertyConfig<?> toCarPropertyConfig(VehiclePropConfig p, int propertyId) { in toCarPropertyConfig()
|
D | VehicleHal.java | 425 public boolean isPropertySupported(int propertyId) { in isPropertySupported() 438 public @Nullable VehiclePropValue getIfAvailableOrFail(int propertyId, int numberOfRetries) { in getIfAvailableOrFail() 462 public @Nullable VehiclePropValue getIfAvailableOrFailForEarlyStage(int propertyId, in getIfAvailableOrFailForEarlyStage() 472 public VehiclePropValue get(int propertyId) { in get() 480 public VehiclePropValue get(int propertyId, int areaId) { in get() 492 public <T> T get(Class clazz, int propertyId) { in get() 500 public <T> T get(Class clazz, int propertyId, int areaId) { in get()
|
D | DiagnosticHalService.java | 77 void setSupported(int propertyId) { in setSupported() 81 boolean isSupported(int propertyId) { in isSupported()
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
D | Utils.java | 72 int propertyId, in readVhalProperty() 79 int propertyId, in readVhalProperty()
|
D | CarPropertyTest.java | 146 public void onErrorEvent(final int propertyId, final int zone) { in onErrorEvent() 357 public void onErrorEvent(final int propertyId, final int zone) { in onErrorEvent()
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/ |
D | DiagnosticEventBuilder.java | 105 public DiagnosticEventBuilder(int propertyId) { in DiagnosticEventBuilder() 110 int propertyId, int numVendorIntSensors, int numVendorFloatSensors) { in DiagnosticEventBuilder()
|
/packages/services/Car/service/src/com/android/car/telemetry/publisher/ |
D | VehiclePropertyPublisher.java | 81 int propertyId = publisherParam.getVehicleProperty().getVehiclePropertyId(); in onDataSubscriberAdded() local
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 238 int propertyId, @FloatRange(from = 0.0, to = 100.0) float rate) { in registerCallback() 271 private boolean registerOrUpdatePropertyListener(int propertyId, float rate) { in registerOrUpdatePropertyListener() 326 public void unregisterCallback(@NonNull CarPropertyEventCallback callback, int propertyId) { in unregisterCallback() 332 private void doUnregisterListenerLocked(CarPropertyEventCallback listener, int propertyId) { in doUnregisterListenerLocked()
|
D | CarPropertyEvent.java | 108 public static CarPropertyEvent createErrorEventWithErrorCode(int propertyId, int areaId, in createErrorEventWithErrorCode()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | MockedCarTestBase.java | 293 protected synchronized VehiclePropConfigBuilder addProperty(int propertyId, in addProperty() 300 protected synchronized VehiclePropConfigBuilder addProperty(int propertyId) { in addProperty() 306 protected synchronized VehiclePropConfigBuilder addProperty(int propertyId, in addProperty() 313 protected synchronized VehiclePropConfigBuilder addStaticProperty(int propertyId, in addStaticProperty()
|
D | CarCabinManagerTest.java | 235 public void onErrorEvent(final int propertyId, final int zone) { in onErrorEvent()
|
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/ |
D | CarPropertyManagerPublicPermissionTest.java | 243 private void assertPropertyNotImplementedInVhal(int propertyId) { in assertPropertyNotImplementedInVhal()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/ |
D | SensorsTestFragment.java | 272 int propertyId = propertyConfig.getPropertyId(); in formSummary() local 330 private boolean isArrayType(int propertyId) { in isArrayType()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/ |
D | HvacTestFragment.java | 630 private void setBooleanProperty(int propertyId, int areaId, boolean value) { in setBooleanProperty() 639 private void setIntProperty(int propertyId, int areaId, int value) { in setIntProperty() 648 private void setFloatProperty(int propertyId, int areaId, float value) { in setFloatProperty()
|
/packages/services/Car/cpp/evs/apps/default/ |
D | evs_app.cpp | 81 VehicleProperty propertyId) { in subscribeToVHal()
|