Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dfan_fault_detect.cpp48 bool tempHigh = false; in CheckFanTooSlow() local
54 tempHigh = true; in CheckFanTooSlow()
58 if (report.at(FAN) < config.at(FAN) && tempHigh) { in CheckFanTooSlow()