Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/utils/
H A Dconfig_parser.cpp520 ThrottlingArray cdev_weight_for_pid; in ParseSensorInfo() local
521 cdev_weight_for_pid.fill(NAN); in ParseSensorInfo()
528 if (!getFloatFromJsonValues(values[j]["CdevWeightForPID"], &cdev_weight_for_pid, in ParseSensorInfo()
638 .cdev_weight_for_pid = cdev_weight_for_pid, in ParseSensorInfo()
H A Dconfig_parser.h76 ThrottlingArray cdev_weight_for_pid; member
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp306 for (const auto &cdev_weight : binded_cdev_pair.second.cdev_weight_for_pid) { in ThermalHelper()
637 if (!std::isnan(binded_cdev_info_pair.second.cdev_weight_for_pid[target_state])) { in requestCdevByPower()
638 total_weight += binded_cdev_info_pair.second.cdev_weight_for_pid[target_state]; in requestCdevByPower()
649 const auto cdev_weight = binded_cdev_info_pair.second.cdev_weight_for_pid[target_state]; in requestCdevByPower()
H A DThermal.cpp387 *dump_buf << binded_cdev_info_pair.second.cdev_weight_for_pid[i] << " "; in dumpThrottlingInfo()