Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h44 ThrottlingArray cold_hysteresis; member
Dconfig_parser.cpp116 std::array<float, kThrottlingSeverityCount> cold_hysteresis; in ParseSensorInfo() local
/hardware/google/pixel/thermal/
Dthermal-helper.cpp351 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis, in getSeverityFromThresholds()