Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h36 using ThrottlingArray = std::array<float, static_cast<size_t>(kThrottlingSeverityCount)>; variable
74 ThrottlingArray power_thresholds;
76 ThrottlingArray cdev_weight_for_pid;
87 ThrottlingArray k_po;
88 ThrottlingArray k_pu;
89 ThrottlingArray k_i;
90 ThrottlingArray k_d;
91 ThrottlingArray i_max;
92 ThrottlingArray max_alloc_power;
93 ThrottlingArray min_alloc_power;
[all …]
Dconfig_parser.cpp105 bool getFloatFromJsonValues(const Json::Value &values, ThrottlingArray *out, bool inc_check, in getFloatFromJsonValues()
107 ThrottlingArray ret; in getFloatFromJsonValues()
520 ThrottlingArray cdev_weight_for_pid; in ParseSensorInfo()
548 ThrottlingArray power_thresholds; in ParseSensorInfo()
/hardware/google/pixel/thermal/
Dthermal-helper.h188 const ThrottlingArray &hot_thresholds, const ThrottlingArray &cold_thresholds,
189 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis,