Searched refs:i_max (Results 1 – 3 of 3) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | config_parser.h | 91 ThrottlingArray i_max; member
|
D | config_parser.cpp | 401 std::array<float, kThrottlingSeverityCount> i_max; in ParseSensorInfo() local 402 i_max.fill(NAN); in ParseSensorInfo() 449 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["I_Max"], &i_max, false, false)) { in ParseSensorInfo() 494 std::isnan(k_d[j]) || std::isnan(i_max[j]) || in ParseSensorInfo() 655 new ThrottlingInfo{k_po, k_pu, k_i, k_d, i_max, max_alloc_power, min_alloc_power, in ParseSensorInfo()
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 356 *dump_buf << name_info_pair.second.throttling_info->i_max[i] << " "; in dumpThrottlingInfo()
|