Home
last modified time | relevance | path

Searched defs:power_status_map (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp327 const std::unordered_map<std::string, PowerStatus> &power_status_map, std::string *log_buf, in computeExcludedPower()
359 const std::unordered_map<std::string, PowerStatus> &power_status_map, in allocatePowerToCdev()
640 const std::unordered_map<std::string, PowerStatus> &power_status_map, in throttlingReleaseUpdate()
737 const std::unordered_map<std::string, PowerStatus> &power_status_map, in thermalThrottlingUpdate()
/hardware/google/pixel/thermal/
DThermal.cpp560 const auto &power_status_map = thermal_helper_->GetPowerStatusMap(); in dumpPowerRailInfo() local