Home
last modified time | relevance | path

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

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