Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dpower_files.cpp384 if (avg_power < binded_cdev_info.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()
388 if (avg_power > binded_cdev_info.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()
393 << binded_cdev_info.power_thresholds[static_cast<int>(severity)] in throttlingReleaseUpdate()
Dconfig_parser.h74 ThrottlingArray power_thresholds; member
Dconfig_parser.cpp548 ThrottlingArray power_thresholds; in ParseSensorInfo() local
549 power_thresholds.fill(NAN); in ParseSensorInfo()
602 if (!getFloatFromJsonValues(sub_values, &power_thresholds, false, false)) { in ParseSensorInfo()
634 .power_thresholds = power_thresholds, in ParseSensorInfo()
/hardware/google/pixel/thermal/
DThermal.cpp412 *dump_buf << binded_cdev_info_pair.second.power_thresholds[i] << " "; in dumpThrottlingInfo()