Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h41 ThrottlingArray hot_thresholds; member
Dconfig_parser.cpp110 std::array<float, kThrottlingSeverityCount> hot_thresholds; in ParseSensorInfo() local
/hardware/google/pixel/thermal/
Dthermal-helper.cpp350 const ThrottlingArray &hot_thresholds, const ThrottlingArray &cold_thresholds, in getSeverityFromThresholds()