Home
last modified time | relevance | path

Searched refs:power_thresholds (Results 1 – 8 of 8) sorted by relevance

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_throttling.cpp136 for (const auto &power_threshold : binded_cdev_pair.second.power_thresholds) { in registerThermalThrottling()
296 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()
301 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()
308 << binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)] in throttlingReleaseUpdate()
Dthermal_info.h74 ThrottlingArray power_thresholds; member
Dthermal_info.cpp651 ThrottlingArray power_thresholds; in ParseSensorInfo() local
652 power_thresholds.fill(NAN); in ParseSensorInfo()
705 if (!getFloatFromJsonValues(sub_values, &power_thresholds, false, false)) { in ParseSensorInfo()
732 .power_thresholds = power_thresholds, in ParseSensorInfo()
/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp150 for (const auto &power_threshold : binded_cdev_pair.second.power_thresholds) { in registerThermalThrottling()
547 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()
552 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()
559 << binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)] in throttlingReleaseUpdate()
565 binded_cdev_info_pair.second.power_thresholds[static_cast<int>(severity)])); in throttlingReleaseUpdate()
Dthermal_info.h74 ThrottlingArray power_thresholds; member
Dthermal_info.cpp193 ThrottlingArray power_thresholds; in ParseBindedCdevInfo() local
194 power_thresholds.fill(NAN); in ParseBindedCdevInfo()
242 if (!getFloatFromJsonValues(sub_values, &power_thresholds, false, false)) { in ParseBindedCdevInfo()
269 .power_thresholds = power_thresholds, in ParseBindedCdevInfo()
/hardware/google/pixel/thermal/pid_1_0/
DThermal.cpp417 *dump_buf << binded_cdev_info_pair.second.power_thresholds[i] << " "; in dumpThrottlingInfo()
/hardware/google/pixel/thermal/
DThermal.cpp423 *dump_buf << binded_cdev_info_pair.second.power_thresholds[i] << " "; in dumpThrottlingInfo()