Home
last modified time | relevance | path

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

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