Searched refs:thermal_triggered_ (Results 1 – 2 of 2) sorted by relevance
69 thermal_triggered_ = true; in registerFilesToWatch()150 int timeout = (thermal_triggered_ || is_polling_) ? kMinPollIntervalMs : kUeventPollTimeoutMs; in threadLoop()161 thermal_triggered_ = cb_(sensors); in threadLoop()
92 bool thermal_triggered_; variable