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