Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h41 using ThrottlingArray = std::array<float, static_cast<size_t>(kThrottlingSeverityCount)>; variable
152 ThrottlingArray k_p_compensate;
173 ThrottlingArray power_thresholds;
175 ThrottlingArray cdev_weight_for_pid;
192 ThrottlingArray k_po;
193 ThrottlingArray k_pu;
194 ThrottlingArray k_i;
195 ThrottlingArray k_d;
196 ThrottlingArray i_max;
197 ThrottlingArray max_alloc_power;
[all …]
Dthermal_info.cpp100 bool getFloatFromJsonValues(const Json::Value &values, ThrottlingArray *out, bool inc_check, in getFloatFromJsonValues()
102 ThrottlingArray ret; in getFloatFromJsonValues()
560 ThrottlingArray k_p_compensate; in ParsePredictorInfo()
600 ThrottlingArray cdev_weight_for_pid; in ParseBindedCdevInfo()
691 ThrottlingArray power_thresholds; in ParseBindedCdevInfo()
1007 std::unordered_map<std::string, ThrottlingArray> excluded_power_info_map; in ParseSensorThrottlingInfo()
1016 ThrottlingArray power_weight; in ParseSensorThrottlingInfo()
/hardware/google/pixel/thermal/
Dthermal-helper.h211 const ThrottlingArray &hot_thresholds, const ThrottlingArray &cold_thresholds,
212 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis,
Dthermal-helper.cpp611 const ThrottlingArray &hot_thresholds, const ThrottlingArray &cold_thresholds, in getSeverityFromThresholds()
612 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis, in getSeverityFromThresholds()