Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp146 : thermal_watcher_(new ThermalWatcher(std::bind(&ThermalHelperImpl::thermalWatcherCallbackFunc, in ThermalHelperImpl()
348 thermal_watcher_->registerFilesToWatchNl(monitored_sensors); in ThermalHelperImpl()
350 thermal_watcher_->registerFilesToWatch(monitored_sensors); in ThermalHelperImpl()
354 is_initialized_ = thermal_watcher_->startWatchingDeviceFiles(); in ThermalHelperImpl()
420 thermal_watcher_->wake(); in emulTemp()
454 thermal_watcher_->wake(); in emulSeverity()
478 thermal_watcher_->wake(); in emulClear()
Dthermal-helper.h232 sp<ThermalWatcher> thermal_watcher_; variable