Searched refs:temperature (Results 1 – 1 of 1) sorted by relevance
71 int temperature; in GetMaxValueFromThermalZone() local72 if (!android::base::ParseInt(android::base::Trim(content), &temperature)) { in GetMaxValueFromThermalZone()76 max_temperature = std::max(temperature, max_temperature); in GetMaxValueFromThermalZone()