Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h169 ThrottlingArray cold_thresholds; member
Dthermal_info.cpp706 std::array<float, kThrottlingSeverityCount> cold_thresholds; in ParseSensorInfo() local
/hardware/google/pixel/thermal/
Dthermal-helper.cpp472 const ThrottlingArray &hot_thresholds, const ThrottlingArray &cold_thresholds, in getSeverityFromThresholds()