Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp56 thermal_triggered_ = true; in registerFilesToWatch()
141 int timeout = (thermal_triggered_ || is_polling_) ? kMinPollIntervalMs : kUeventPollTimeoutMs; in threadLoop()
152 thermal_triggered_ = cb_(sensors); in threadLoop()
Dthermal_watcher.h92 bool thermal_triggered_; variable