Searched refs:tz_type (Results 1 – 1 of 1) sorted by relevance
361 std::string tz_type; in getThermalZoneTypeById() local366 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()