Searched refs:prev_hot_severity (Results 1 – 2 of 2) sorted by relevance
198 .prev_hot_severity = ThrottlingSeverity::NONE, in ThermalHelperImpl()532 ThrottlingSeverity prev_hot_severity, prev_cold_severity; in readTemperature() local536 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() argument641 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()
71 ThrottlingSeverity prev_hot_severity; member213 ThrottlingSeverity prev_hot_severity, ThrottlingSeverity prev_cold_severity,