Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dpower_files.h105 const std::unordered_map<std::string, PowerStatusMap> &GetPowerStatusMap() const { in GetPowerStatusMap() function
/hardware/google/pixel/thermal/
Dthermal-helper.h167 const std::unordered_map<std::string, PowerStatusMap> &GetPowerStatusMap() const { in GetPowerStatusMap() function
168 return power_files_.GetPowerStatusMap(); in GetPowerStatusMap()
DThermal.cpp484 const auto &power_status_map = thermal_helper_.GetPowerStatusMap(); in dumpPowerRailInfo()