Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.h62 void registerFilesToWatch(const std::set<std::string> &sensors_to_watch);
64 void registerFilesToWatchNl(const std::set<std::string> &sensors_to_watch);
Dthermal_watcher.cpp342 void ThermalWatcher::registerFilesToWatch(const std::set<std::string> &sensors_to_watch) { in registerFilesToWatch() argument
344 monitored_sensors_.insert(sensors_to_watch.begin(), sensors_to_watch.end()); in registerFilesToWatch()
359 void ThermalWatcher::registerFilesToWatchNl(const std::set<std::string> &sensors_to_watch) { in registerFilesToWatchNl() argument
361 monitored_sensors_.insert(sensors_to_watch.begin(), sensors_to_watch.end()); in registerFilesToWatchNl()