Home
last modified time | relevance | path

Searched defs:cold_hysteresis (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/pixel/thermal/utils/
H A Dconfig_parser.h104 ThrottlingArray cold_hysteresis; member
H A Dconfig_parser.cpp213 std::array<float, kThrottlingSeverityCount> cold_hysteresis; in ParseSensorInfo() local
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp762 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis, in getSeverityFromThresholds()