Home
last modified time | relevance | path

Searched refs:ThermalWatcher (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.h46 class ThermalWatcher : public ::android::Thread {
48 explicit ThermalWatcher(const WatcherCallback &cb) in ThermalWatcher() function
50 ~ThermalWatcher() = default;
53 ThermalWatcher(const ThermalWatcher &) = delete;
54 void operator=(const ThermalWatcher &) = delete;
Dthermal_watcher.cpp342 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()
/hardware/google/pixel/thermal/
Dthermal-helper.h211 sp<ThermalWatcher> thermal_watcher_;