Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
DThermal.cpp376 const auto &thermal_throttling_status_map = thermal_helper_->GetThermalThrottlingStatusMap(); in dumpThrottlingInfo() local
382 if (thermal_throttling_status_map.find(name_info_pair.first) == in dumpThrottlingInfo()
383 thermal_throttling_status_map.end()) { in dumpThrottlingInfo()
387 if (thermal_throttling_status_map.at(name_info_pair.first) in dumpThrottlingInfo()
436 const auto &profile = thermal_throttling_status_map.at(name_info_pair.first).profile; in dumpThrottlingInfo()
445 if (thermal_throttling_status_map.at(name_info_pair.first) in dumpThrottlingInfo()
509 const auto &thermal_throttling_status_map = thermal_helper_->GetThermalThrottlingStatusMap(); in dumpThrottlingRequestStatus() local
510 if (!thermal_throttling_status_map.size()) { in dumpThrottlingRequestStatus()
514 for (const auto &thermal_throttling_status_pair : thermal_throttling_status_map) { in dumpThrottlingRequestStatus()