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 160 ThrottlingArray k_p_compensate; 186 ThrottlingArray power_thresholds; 188 ThrottlingArray cdev_weight_for_pid; 205 ThrottlingArray k_po; 206 ThrottlingArray k_pu; 207 ThrottlingArray k_io; 208 ThrottlingArray k_iu; 209 ThrottlingArray k_d; 210 ThrottlingArray i_max; [all …]
|
D | thermal_info.cpp | 100 bool getFloatFromJsonValues(const Json::Value &values, ThrottlingArray *out, bool inc_check, in getFloatFromJsonValues() 102 ThrottlingArray ret; in getFloatFromJsonValues() 624 ThrottlingArray k_p_compensate; in ParsePredictorInfo() 722 ThrottlingArray cdev_weight_for_pid; in ParseBindedCdevInfo() 813 ThrottlingArray power_thresholds; in ParseBindedCdevInfo() 1155 std::unordered_map<std::string, ThrottlingArray> excluded_power_info_map; in ParseSensorThrottlingInfo() 1164 ThrottlingArray power_weight; in ParseSensorThrottlingInfo()
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 216 const ThrottlingArray &hot_thresholds, const ThrottlingArray &cold_thresholds, 217 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis,
|
D | thermal-helper.cpp | 701 const ThrottlingArray &hot_thresholds, const ThrottlingArray &cold_thresholds, in getSeverityFromThresholds() 702 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis, in getSeverityFromThresholds()
|