Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h214 ThrottlingArray cold_hysteresis; member
Dthermal_info.cpp1143 std::array<float, kThrottlingSeverityCount> cold_hysteresis; in ParseSensorInfo() local
/hardware/google/pixel/thermal/
Dthermal-helper.cpp612 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis, in getSeverityFromThresholds()