Home
last modified time | relevance | path

Searched refs:getThermalZoneTypeById (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.h51 bool getThermalZoneTypeById(int tz_id, std::string *);
Dthermal-helper.cpp360 bool getThermalZoneTypeById(int tz_id, std::string *type) { in getThermalZoneTypeById() function
/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp488 if (getThermalZoneTypeById(tz_id, &name) && in parseGenlink()