Home
last modified time | relevance | path

Searched refs:thermal_watcher_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.h122 sp<ThermalWatcher> thermal_watcher_; variable
Dthermal-helper.cpp177 : thermal_watcher_(new ThermalWatcher( in ThermalHelper()
222 thermal_watcher_->registerFilesToWatch(monitored_sensors, cdev_paths, initializeTrip(tz_map)); in ThermalHelper()
225 is_initialized_ = thermal_watcher_->startWatchingDeviceFiles(); in ThermalHelper()