Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dpower_files.h43 struct PowerStatus { struct
74 const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const { in GetPowerStatusMap()
95 std::unordered_map<std::string, PowerStatus> power_status_map_;
Dthermal_throttling.h82 const std::unordered_map<std::string, PowerStatus> &power_status_map,
109 const std::unordered_map<std::string, PowerStatus> &power_status_map,
116 const std::unordered_map<std::string, PowerStatus> &power_status_map,
131 const std::unordered_map<std::string, PowerStatus> &power_status_map,
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/tests/
Dmock_thermal_helper.h60 MOCK_METHOD((const std::unordered_map<std::string, PowerStatus> &), GetPowerStatusMap, (),
/hardware/google/pixel/thermal/
Dthermal-helper.h108 virtual const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const = 0;
180 const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const override { in GetPowerStatusMap()