Home
last modified time | relevance | path

Searched refs:ret_hot (Results 1 – 1 of 1) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.cpp615 ThrottlingSeverity ret_hot = ThrottlingSeverity::NONE; in getSeverityFromThresholds() local
625 ret_hot == ThrottlingSeverity::NONE) { in getSeverityFromThresholds()
626 ret_hot = static_cast<ThrottlingSeverity>(i); in getSeverityFromThresholds()
641 if (static_cast<size_t>(ret_hot) < static_cast<size_t>(prev_hot_severity)) { in getSeverityFromThresholds()
642 ret_hot = ret_hot_hysteresis; in getSeverityFromThresholds()
648 return std::make_pair(ret_hot, ret_cold); in getSeverityFromThresholds()