Searched refs:ThermalWatcher (Results 1 – 3 of 3) sorted by relevance
46 class ThermalWatcher : public ::android::Thread {48 explicit ThermalWatcher(const WatcherCallback &cb) in ThermalWatcher() function50 ~ThermalWatcher() = default;53 ThermalWatcher(const ThermalWatcher &) = delete;54 void operator=(const ThermalWatcher &) = delete;
342 void ThermalWatcher::registerFilesToWatch(const std::set<std::string> &sensors_to_watch) { in registerFilesToWatch()359 void ThermalWatcher::registerFilesToWatchNl(const std::set<std::string> &sensors_to_watch) { in registerFilesToWatchNl()400 bool ThermalWatcher::startWatchingDeviceFiles() { in startWatchingDeviceFiles()413 void ThermalWatcher::parseUevent(std::set<std::string> *sensors_set) { in parseUevent()468 void ThermalWatcher::parseGenlink(std::set<std::string> *sensors_set) { in parseGenlink()495 void ThermalWatcher::wake() { in wake()499 bool ThermalWatcher::threadLoop() { in threadLoop()
211 sp<ThermalWatcher> thermal_watcher_;