Home
last modified time | relevance | path

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

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