Searched refs:ThermalWatcher (Results 1 – 8 of 8) sorted by relevance
49 class ThermalWatcher : public ::android::Thread {51 explicit ThermalWatcher(const WatcherCallback &cb) in ThermalWatcher() function53 ~ThermalWatcher() = default;56 ThermalWatcher(const ThermalWatcher &) = delete;57 void operator=(const ThermalWatcher &) = delete;
344 void ThermalWatcher::registerFilesToWatch(const std::set<std::string> &sensors_to_watch) { in registerFilesToWatch()361 void ThermalWatcher::registerFilesToWatchNl(const std::set<std::string> &sensors_to_watch) { in registerFilesToWatchNl()402 bool ThermalWatcher::startWatchingDeviceFiles() { in startWatchingDeviceFiles()415 void ThermalWatcher::parseUevent(std::set<std::string> *sensors_set) { in parseUevent()470 void ThermalWatcher::parseGenlink(std::set<std::string> *sensors_set) { in parseGenlink()497 void ThermalWatcher::wake() { in wake()501 bool ThermalWatcher::threadLoop() { in threadLoop()
157 sp<ThermalWatcher> thermal_watcher_;
183 : thermal_watcher_(new ThermalWatcher( in ThermalHelper()
158 sp<ThermalWatcher> thermal_watcher_;