Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.h55 bool startWatchingDeviceFiles();
Dthermal_watcher.cpp72 bool ThermalWatcher::startWatchingDeviceFiles() { in startWatchingDeviceFiles() function in android::hardware::thermal::V2_0::implementation::ThermalWatcher
/hardware/google/pixel/thermal/
Dthermal-helper.cpp225 is_initialized_ = thermal_watcher_->startWatchingDeviceFiles(); in ThermalHelper()