Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/pid_1_0/utils/
Dpower_files.h62 const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const { in GetPowerStatusMap() function
/hardware/google/pixel/thermal/utils/
Dpower_files.h62 const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const { in GetPowerStatusMap() function
/hardware/google/pixel/thermal/pid_1_0/
Dthermal-helper.h128 const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const { in GetPowerStatusMap() function
129 return power_files_.GetPowerStatusMap(); in GetPowerStatusMap()
DThermal.cpp508 const auto &power_status_map = thermal_helper_.GetPowerStatusMap(); in dumpPowerRailInfo()
Dthermal-helper.cpp989 power_files_.GetPowerStatusMap(), cooling_device_info_map_); in thermalWatcherCallbackFunc()
/hardware/google/pixel/thermal/
Dthermal-helper.h128 const std::unordered_map<std::string, PowerStatus> &GetPowerStatusMap() const { in GetPowerStatusMap() function
129 return power_files_.GetPowerStatusMap(); in GetPowerStatusMap()
DThermal.cpp514 const auto &power_status_map = thermal_helper_.GetPowerStatusMap(); in dumpPowerRailInfo()
Dthermal-helper.cpp1019 power_files_.GetPowerStatusMap(), cooling_device_info_map_); in thermalWatcherCallbackFunc()