/aosp12/packages/services/Car/car-lib/src/android/car/hardware/hvac/ |
H A 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()
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
H A 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()
|
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/cabin/ |
H A 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()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/ |
H A D | HvacPropertySetter.java | 28 void setHvacProperty(@HvacController.HvacProperty Integer propertyId, int areaId, int val); in setHvacProperty() 34 void setHvacProperty(@HvacController.HvacProperty Integer propertyId, int areaId, float val); in setHvacProperty() 40 void setHvacProperty(@HvacController.HvacProperty Integer propertyId, int areaId, boolean val); in setHvacProperty()
|
H A D | HvacController.java | 164 public void setHvacProperty(@HvacProperty Integer propertyId, int areaId, int val) { in setHvacProperty() 175 public void setHvacProperty(@HvacProperty Integer propertyId, int areaId, float val) { in setHvacProperty() 186 public void setHvacProperty(@HvacProperty Integer propertyId, int areaId, boolean val) { in setHvacProperty() 265 void handleHvacPropertyChange(@HvacProperty int propertyId, CarPropertyValue value) { in handleHvacPropertyChange() 315 @HvacProperty Integer propertyId = HVAC_PROPERTIES[i]; in registerHvacPropertyEventListeners() local
|
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/ |
H A D | VehiclePropertyPublisher.java | 98 int propertyId = publisherParam.getVehicleProperty().getVehiclePropertyId(); in addDataSubscriber() local 131 int propertyId = publisherParam.getVehicleProperty().getVehiclePropertyId(); in removeDataSubscriber() local 149 int propertyId = mCarPropertyToSubscribers.keyAt(i); in removeAllDataSubscribers() local 163 int propertyId = publisherParam.getVehicleProperty().getVehiclePropertyId(); in hasDataSubscriber() local
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/units/ |
H A D | CarUnitsManager.java | 74 protected boolean isPropertyAvailable(int propertyId) { in isPropertyAvailable() 86 protected Unit[] getUnitsSupportedByProperty(int propertyId) { in getUnitsSupportedByProperty() 122 protected Unit getUnitUsedByProperty(int propertyId) { in getUnitUsedByProperty() 136 protected void setUnitUsedByProperty(int propertyId, int unitId) { in setUnitUsedByProperty()
|
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/ |
H A 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()
|
H A 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()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | PropertyValuesHolder.h | 90 GroupPropertyValuesHolder(VectorDrawable::Group* ptr, int propertyId, float startValue, in GroupPropertyValuesHolder() 104 FullPathColorPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, in FullPathColorPropertyValuesHolder() 121 FullPathPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, float startValue, in FullPathPropertyValuesHolder()
|
H A D | VectorDrawable.cpp | 229 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) { in setColorPropertyValue() 243 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() 373 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() 402 bool Group::isValidProperty(int propertyId) { in isValidProperty() 406 bool Group::GroupProperties::isValidProperty(int propertyId) { in isValidProperty()
|
/aosp12/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/ |
H A D | DiagnosticEventBuilder.java | 105 public DiagnosticEventBuilder(int propertyId) { in DiagnosticEventBuilder() 110 int propertyId, int numVendorIntSensors, int numVendorFloatSensors) { in DiagnosticEventBuilder()
|
/aosp12/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/sensors/ |
H A 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()
|
H A D | Sensor.java | 52 Sensor(String name, int propertyId, int areaId, int expectedPropertyType, in Sensor()
|
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/sensors/ |
H A 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()
|
H A D | Sensor.java | 52 Sensor(String name, int propertyId, int areaId, int expectedPropertyType, in Sensor()
|
/aosp12/packages/services/Car/service/src/com/android/car/hal/ |
H A 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()
|
H A D | VehicleHal.java | 444 public boolean isPropertySupported(int propertyId) { in isPropertySupported() 457 public @Nullable VehiclePropValue getIfAvailableOrFail(int propertyId, int numberOfRetries) { in getIfAvailableOrFail() 481 public @Nullable VehiclePropValue getIfAvailableOrFailForEarlyStage(int propertyId, in getIfAvailableOrFailForEarlyStage() 491 public VehiclePropValue get(int propertyId) { in get() 499 public VehiclePropValue get(int propertyId, int areaId) { in get() 511 public <T> T get(Class clazz, int propertyId) { in get() 519 public <T> T get(Class clazz, int propertyId, int areaId) { in get()
|
/aosp12/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
H A D | Utils.java | 72 int propertyId, in readVhalProperty() 79 int propertyId, in readVhalProperty()
|
H A 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()
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/ |
H A 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()
|
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/ |
H A 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()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
H A D | AnimatedVectorDrawable_Delegate.java | 90 /*package*/ static long nCreateGroupPropertyHolder(long nativePtr, int propertyId, in nCreateGroupPropertyHolder() 108 /*package*/ static long nCreatePathColorPropertyHolder(long nativePtr, int propertyId, in nCreatePathColorPropertyHolder() 118 /*package*/ static long nCreatePathPropertyHolder(long nativePtr, int propertyId, in nCreatePathPropertyHolder()
|
/aosp12/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/ |
H A D | CarPropertyManagerPublicPermissionTest.java | 243 private void assertPropertyNotImplementedInVhal(int propertyId) { in assertPropertyNotImplementedInVhal()
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/ |
H A D | SensorsTestFragment.java | 272 int propertyId = propertyConfig.getPropertyId(); in formSummary() local 330 private boolean isArrayType(int propertyId) { in isArrayType()
|