Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp198 .prev_hot_severity = ThrottlingSeverity::NONE, in ThermalHelperImpl()
532 ThrottlingSeverity prev_hot_severity, prev_cold_severity; in readTemperature() local
536 prev_hot_severity = sensor_status.prev_hot_severity; in readTemperature()
541 prev_hot_severity, prev_cold_severity, out->value); in readTemperature()
613 ThrottlingSeverity prev_hot_severity, ThrottlingSeverity prev_cold_severity, in getSeverityFromThresholds() argument
641 if (static_cast<size_t>(ret_hot) < static_cast<size_t>(prev_hot_severity)) { in getSeverityFromThresholds()
1432 if (throttling_status.first != sensor_status.prev_hot_severity) { in thermalWatcherCallbackFunc()
1433 sensor_status.prev_hot_severity = throttling_status.first; in thermalWatcherCallbackFunc()
Dthermal-helper.h71 ThrottlingSeverity prev_hot_severity; member
213 ThrottlingSeverity prev_hot_severity, ThrottlingSeverity prev_cold_severity,