Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp344 std::set<std::string> monitored_sensors; in ThermalHelperImpl() local
345 initializeTrip(tz_map, &monitored_sensors, thermal_genl_enabled); in ThermalHelperImpl()
348 thermal_watcher_->registerFilesToWatchNl(monitored_sensors); in ThermalHelperImpl()
350 thermal_watcher_->registerFilesToWatch(monitored_sensors); in ThermalHelperImpl()
824 std::set<std::string> *monitored_sensors, in initializeTrip() argument
887 monitored_sensors->insert(sensor_info.first); in initializeTrip()
Dthermal-helper.h204 std::set<std::string> *monitored_sensors, bool thermal_genl_enabled);