Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h216 int getHvacTempNumIncrements(int requestedTemp, int minTemp, int maxTemp, int increment);
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp542 int FakeVehicleHardware::getHvacTempNumIncrements(int requestedTemp, int minTemp, int maxTemp, in getHvacTempNumIncrements() argument
545 requestedTemp = std::min(requestedTemp, maxTemp); in getHvacTempNumIncrements()