Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp385 std::set<std::string> monitored_sensors; in ThermalHelper() local
386 initializeTrip(tz_map, &monitored_sensors, thermal_genl_enabled); in ThermalHelper()
389 thermal_watcher_->registerFilesToWatchNl(monitored_sensors); in ThermalHelper()
391 thermal_watcher_->registerFilesToWatch(monitored_sensors); in ThermalHelper()
926 std::set<std::string> *monitored_sensors, in initializeTrip() argument
989 monitored_sensors->insert(sensor_info.first); in initializeTrip()
H A Dthermal-helper.h181 std::set<std::string> *monitored_sensors, bool thermal_genl_enabled);