Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp213 std::array<float, kThrottlingSeverityCount> cold_hysteresis; in ParseSensorInfo() local
214 cold_hysteresis.fill(0.0); in ParseSensorInfo()
299 cold_hysteresis[j] = getFloatFromValue(values[j]); in ParseSensorInfo()
300 if (std::isnan(cold_hysteresis[j])) { in ParseSensorInfo()
303 << "]'s ColdHysteresis: " << cold_hysteresis[j]; in ParseSensorInfo()
308 << "]: " << cold_hysteresis[j]; in ParseSensorInfo()
663 .cold_hysteresis = cold_hysteresis, in ParseSensorInfo()
Dconfig_parser.h104 ThrottlingArray cold_hysteresis; member
/hardware/google/pixel/thermal/
Dthermal-helper.h189 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis,
DThermal.cpp656 dump_buf << name_info_pair.second.cold_hysteresis[i] << " "; in debug()