Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/utils/
H A Dthermal_watcher.h57 bool startWatchingDeviceFiles();
H A Dthermal_watcher.cpp400 bool ThermalWatcher::startWatchingDeviceFiles() { in startWatchingDeviceFiles() function in android::hardware::thermal::V2_0::implementation::ThermalWatcher
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp395 is_initialized_ = thermal_watcher_->startWatchingDeviceFiles(); in ThermalHelper()