Searched refs:ThrottlingArray (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_info.h | 41 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 …]
|
D | thermal_info.cpp | 100 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/ |
D | thermal-helper.h | 211 const ThrottlingArray &hot_thresholds, const ThrottlingArray &cold_thresholds, 212 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis,
|
D | thermal-helper.cpp | 611 const ThrottlingArray &hot_thresholds, const ThrottlingArray &cold_thresholds, in getSeverityFromThresholds() 612 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis, in getSeverityFromThresholds()
|