Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp1327 const std::set<std::string> &uevent_sensors) { in thermalWatcherCallbackFunc() argument
1375 if (uevent_sensors.size()) { in thermalWatcherCallbackFunc()
1379 if (uevent_sensors.find( in thermalWatcherCallbackFunc()
1381 uevent_sensors.end()) { in thermalWatcherCallbackFunc()
1386 } else if (uevent_sensors.find(name_status_pair.first) != uevent_sensors.end()) { in thermalWatcherCallbackFunc()
Dthermal-helper.h208 const std::set<std::string> &uevent_sensors);