Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp408 std::string tz_type; in getThermalZoneTypeById() local
413 if (!::android::base::ReadFileToString(path, &tz_type)) { in getThermalZoneTypeById()
414 LOG(ERROR) << "Failed to read sensor: " << tz_type; in getThermalZoneTypeById()
419 *type = ::android::base::Trim(tz_type); in getThermalZoneTypeById()