HomeSort by relevance Sort by last modified time
    Searched refs:setFloatProperty (Results 1 - 6 of 6) sorted by null

  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
HvacTestFragment.java 339 mCarHvacManager.setFloatProperty(
355 mCarHvacManager.setFloatProperty(
382 mCarHvacManager.setFloatProperty(
398 mCarHvacManager.setFloatProperty(
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarHvacManagerTest.java 129 mCarHvacManager.setFloatProperty(HvacPropertyId.ZONED_TEMP_SETPOINT,
135 mCarHvacManager.setFloatProperty(HvacPropertyId.ZONED_TEMP_SETPOINT,
  /packages/services/Car/libvehiclenetwork/include/
VehicleNetwork.h 110 status_t setFloatProperty(int32_t property, float value);
  /packages/services/Car/car-lib/src/android/car/hardware/hvac/
CarHvacManager.java 331 public void setFloatProperty(int prop, int area, float val) throws CarNotConnectedException {
333 Log.d(TAG, "setFloatProperty: prop = " + prop + " area = " + area + " val = " + val);
  /packages/services/Car/libvehiclenetwork/native/
VehicleNetwork.cpp 213 status_t VehicleNetwork::setFloatProperty(int32_t property, float value) {
  /packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetwork.java 189 public void setFloatProperty(int property, float value) throws IllegalArgumentException {

Completed in 294 milliseconds