Home
last modified time | relevance | path

Searched defs:minTempInCelsius (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/hardware/src/
H A DFakeVehicleHardware.cpp562 int minTempInCelsius = hvacTemperatureSetConfigArray[0]; in updateHvacTemperatureValueSuggestionInput() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/hardware/src/
H A DFakeVehicleHardware.cpp562 int minTempInCelsius = hvacTemperatureSetConfigArray[0]; in updateHvacTemperatureValueSuggestionInput() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/hardware/test/
H A DFakeVehicleHardwareTest.cpp3617 float minTempInCelsius = hvacTemperatureSetConfigArray[0] / 10.0f; in TEST_F() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/hardware/test/
H A DFakeVehicleHardwareTest.cpp3617 float minTempInCelsius = hvacTemperatureSetConfigArray[0] / 10.0f; in TEST_F() local
/aosp_15_r20/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
H A DVehiclePropertyVerifier.java1511 float minTempInCelsius = hvacTemperatureSetConfigArray.get(0).floatValue() / 10f; in verifyHvacTemperatureValueSuggestionSetter() local