Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/utils/
H A Dconfig_parser.h101 ThrottlingArray hot_thresholds; member
H A Dconfig_parser.cpp207 std::array<float, kThrottlingSeverityCount> hot_thresholds; in ParseSensorInfo() local
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp761 const ThrottlingArray &hot_thresholds, const ThrottlingArray &cold_thresholds, in getSeverityFromThresholds()