Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/utils/
H A Dthermal_watcher.cpp344 monitored_sensors_.insert(sensors_to_watch.begin(), sensors_to_watch.end()); in registerFilesToWatch()
361 monitored_sensors_.insert(sensors_to_watch.begin(), sensors_to_watch.end()); in registerFilesToWatchNl()
453 if (std::find(monitored_sensors_.begin(), monitored_sensors_.end(), name) != in parseUevent()
454 monitored_sensors_.end()) { in parseUevent()
488 std::find(monitored_sensors_.begin(), monitored_sensors_.end(), name) != in parseGenlink()
489 monitored_sensors_.end()) { in parseGenlink()
H A Dthermal_watcher.h98 std::set<std::string> monitored_sensors_; variable