Home
last modified time | relevance | path

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

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