Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp211 std::array<float, kThrottlingSeverityCount> hot_hysteresis; in ParseSensorInfo() local
212 hot_hysteresis.fill(0.0); in ParseSensorInfo()
258 hot_hysteresis[j] = getFloatFromValue(values[j]); in ParseSensorInfo()
259 if (std::isnan(hot_hysteresis[j])) { in ParseSensorInfo()
261 << "Sensor[" << name << "]'s HotHysteresis: " << hot_hysteresis[j]; in ParseSensorInfo()
266 << "]: " << hot_hysteresis[j]; in ParseSensorInfo()
662 .hot_hysteresis = hot_hysteresis, in ParseSensorInfo()
Dconfig_parser.h103 ThrottlingArray hot_hysteresis; member
/hardware/google/pixel/thermal/
Dthermal-helper.h189 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis,
DThermal.cpp652 dump_buf << name_info_pair.second.hot_hysteresis[i] << " "; in debug()