Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h90 ThrottlingArray k_d; member
Dconfig_parser.cpp399 std::array<float, kThrottlingSeverityCount> k_d; in ParseSensorInfo() local
400 k_d.fill(0.0); in ParseSensorInfo()
441 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["K_D"], &k_d, 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.cpp351 *dump_buf << name_info_pair.second.throttling_info->k_d[i] << " "; in dumpThrottlingInfo()