Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp361 std::string tz_type; in getThermalZoneTypeById() local
366 if (!::android::base::ReadFileToString(path, &tz_type)) { in getThermalZoneTypeById()
367 LOG(ERROR) << "Failed to read sensor: " << tz_type; in getThermalZoneTypeById()
372 *type = ::android::base::Trim(tz_type); in getThermalZoneTypeById()