Searched refs:ThermalWatcher (Results 1 – 4 of 4) 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()469 void ThermalWatcher::parseGenlink(std::set<std::string> *sensors_set) { in parseGenlink()495 void ThermalWatcher::wake() { in wake()499 bool ThermalWatcher::threadLoop() { in threadLoop()
232 sp<ThermalWatcher> thermal_watcher_;
146 : thermal_watcher_(new ThermalWatcher(std::bind(&ThermalHelperImpl::thermalWatcherCallbackFunc, in ThermalHelperImpl()