Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.h44 class ThermalWatcher : public ::android::Thread {
46 ThermalWatcher(const WatcherCallback &cb) in ThermalWatcher() function
48 ~ThermalWatcher() = default;
51 ThermalWatcher(const ThermalWatcher &) = delete;
52 void operator=(const ThermalWatcher &) = delete;
Dthermal_watcher.cpp38 void ThermalWatcher::registerFilesToWatch(const std::set<std::string> &sensors_to_watch, in registerFilesToWatch()
72 bool ThermalWatcher::startWatchingDeviceFiles() { in startWatchingDeviceFiles()
85 void ThermalWatcher::parseUevent(std::set<std::string> *sensors_set) { in parseUevent()
137 void ThermalWatcher::wake() { in wake()
141 bool ThermalWatcher::threadLoop() { in threadLoop()
/hardware/google/pixel/thermal/
Dthermal-helper.h122 sp<ThermalWatcher> thermal_watcher_;
Dthermal-helper.cpp177 : thermal_watcher_(new ThermalWatcher( in ThermalHelper()