Home
last modified time | relevance | path

Searched defs:propertyId (Results 1 – 25 of 33) sorted by relevance

12

/packages/services/Car/car-lib/src/android/car/hardware/hvac/
DCarHvacManager.java254 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/
DShadowCarUnitsManager.java50 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/
DCarCabinManager.java416 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/
DCarUnitsManager.java74 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/
DCarVendorExtensionManager.java69 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()
DCarPropertyValue.java81 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/
DSensors.java94 private static <T> Sensor<T> registerSensor(String propertyName, int propertyId, int areaId, in registerSensor()
134 public List<Sensor<?>> getSensorsForPropertyId(int propertyId) { in getSensorsForPropertyId()
DSensor.java52 Sensor(String name, int propertyId, int areaId, int expectedPropertyType, in Sensor()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/sensors/
DSensors.java92 private static <T> Sensor<T> registerSensor(String propertyName, int propertyId, int areaId, in registerSensor()
130 public Sensor<?> getSensorForPropertyId(int propertyId) { in getSensorForPropertyId()
DSensor.java52 Sensor(String name, int propertyId, int areaId, int expectedPropertyType, in Sensor()
/packages/services/Car/service/src/com/android/car/hal/
DCarPropertyUtils.java67 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()
DVehicleHal.java425 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()
DDiagnosticHalService.java77 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/
DUtils.java72 int propertyId, in readVhalProperty()
79 int propertyId, in readVhalProperty()
DCarPropertyTest.java146 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/
DDiagnosticEventBuilder.java105 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/
DVehiclePropertyPublisher.java81 int propertyId = publisherParam.getVehicleProperty().getVehiclePropertyId(); in onDataSubscriberAdded() local
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java238 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()
DCarPropertyEvent.java108 public static CarPropertyEvent createErrorEventWithErrorCode(int propertyId, int areaId, in createErrorEventWithErrorCode()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedCarTestBase.java293 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()
DCarCabinManagerTest.java235 public void onErrorEvent(final int propertyId, final int zone) { in onErrorEvent()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java243 private void assertPropertyNotImplementedInVhal(int propertyId) { in assertPropertyNotImplementedInVhal()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java272 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/
DHvacTestFragment.java630 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/
Devs_app.cpp81 VehicleProperty propertyId) { in subscribeToVHal()

12