Home
last modified time | relevance | path

Searched defs:tz_id (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp193 int *tz_id = reinterpret_cast<int *>(arg); in handleEvent() local
470 int err = 0, done = 0, tz_id = -1; in parseGenlink() local
/hardware/google/pixel/thermal/
Dthermal-helper.cpp360 bool getThermalZoneTypeById(int tz_id, std::string *type) { in getThermalZoneTypeById()