Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp212 std::set<std::string> monitored_sensors; in ThermalHelper() local
214 std::inserter(monitored_sensors, monitored_sensors.begin()), in ThermalHelper()
222 thermal_watcher_->registerFilesToWatch(monitored_sensors, cdev_paths, initializeTrip(tz_map)); in ThermalHelper()