Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h91 ThrottlingArray i_max; member
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()
/hardware/google/pixel/thermal/
DThermal.cpp356 *dump_buf << name_info_pair.second.throttling_info->i_max[i] << " "; in dumpThrottlingInfo()