Home
last modified time | relevance | path

Searched refs:maxTempInCelsius (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp3525 float maxTempInCelsius = hvacTemperatureSetConfigArray[1] / 10.0f; in TEST_F() local
3582 .value.floatValues = {maxTempInCelsius, CELSIUS, 0, 0}, in TEST_F()
3590 .value.floatValues = {maxTempInCelsius, CELSIUS, in TEST_F()
3591 maxTempInCelsius, in TEST_F()
3613 maxTempInCelsius, in TEST_F()
3669 .value.floatValues = {maxTempInCelsius + 1, CELSIUS, 0, in TEST_F()
3678 .value.floatValues = {maxTempInCelsius + 1, CELSIUS, in TEST_F()
3679 maxTempInCelsius, in TEST_F()
3701 FAHRENHEIT, maxTempInCelsius, in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp554 int maxTempInCelsius = hvacTemperatureSetConfigArray[1]; in updateHvacTemperatureValueSuggestionInput() local
567 ? getHvacTempNumIncrements(requestedTemp, minTempInCelsius, maxTempInCelsius, in updateHvacTemperatureValueSuggestionInput()