Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h87 ThrottlingArray k_po; member
Dconfig_parser.cpp393 std::array<float, kThrottlingSeverityCount> k_po; in ParseSensorInfo() local
394 k_po.fill(0.0); in ParseSensorInfo()
417 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["K_Po"], &k_po, false, false)) { in ParseSensorInfo()
493 if (std::isnan(k_po[j]) || std::isnan(k_pu[j]) || std::isnan(k_i[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.cpp336 *dump_buf << name_info_pair.second.throttling_info->k_po[i] << " "; in dumpThrottlingInfo()