Home
last modified time | relevance | path

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

/bootable/recovery/recovery_utils/
Dthermalutil.cpp71 int temperature; in GetMaxValueFromThermalZone() local
72 if (!android::base::ParseInt(android::base::Trim(content), &temperature)) { in GetMaxValueFromThermalZone()
76 max_temperature = std::max(temperature, max_temperature); in GetMaxValueFromThermalZone()