Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/utils/
H A Dconfig_parser.cpp401 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()
H A Dconfig_parser.h91 ThrottlingArray i_max; member
/aosp12/hardware/google/pixel/thermal/
H A DThermal.cpp356 *dump_buf << name_info_pair.second.throttling_info->i_max[i] << " "; in dumpThrottlingInfo()
H A Dthermal-helper.cpp599 if (abs(i_next) < sensor_info.throttling_info->i_max[target_state]) { in pidPowerCalculator()