Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.h148 const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const { in GetPowerRailInfoMap() function
H A DThermal.cpp483 const auto &power_rail_info_map = thermal_helper_.GetPowerRailInfoMap(); in dumpPowerRailInfo()