Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
DThermal.cpp440 for (const auto &thermal_throttling_status_pair : thermal_throttling_status_map) { in dumpThrottlingRequestStatus() local
441 *dump_buf << " Name: " << thermal_throttling_status_pair.first << std::endl; in dumpThrottlingRequestStatus()
442 if (thermal_throttling_status_pair.second.pid_power_budget_map.size()) { in dumpThrottlingRequestStatus()
445 thermal_throttling_status_pair.second.pid_power_budget_map) { in dumpThrottlingRequestStatus()
450 if (thermal_throttling_status_pair.second.pid_cdev_request_map.size()) { in dumpThrottlingRequestStatus()
453 thermal_throttling_status_pair.second.pid_cdev_request_map) { in dumpThrottlingRequestStatus()
458 if (thermal_throttling_status_pair.second.hardlimit_cdev_request_map.size()) { in dumpThrottlingRequestStatus()
461 thermal_throttling_status_pair.second.hardlimit_cdev_request_map) { in dumpThrottlingRequestStatus()
466 if (thermal_throttling_status_pair.second.throttling_release_map.size()) { in dumpThrottlingRequestStatus()
469 thermal_throttling_status_pair.second.throttling_release_map) { in dumpThrottlingRequestStatus()
[all …]