Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp53 monitored_sensors_.insert(sensors_to_watch.begin(), sensors_to_watch.end()); in registerFilesToWatch()
124 if (std::find(monitored_sensors_.begin(), monitored_sensors_.end(), name) != in parseUevent()
125 monitored_sensors_.end()) { in parseUevent()
Dthermal_watcher.h90 std::set<std::string> monitored_sensors_; variable