Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/utils/
H A Dconfig_parser.h133 std::unordered_map<std::string, PowerRailInfo> ParsePowerRailInfo(std::string_view config_path);
H A Dconfig_parser.cpp769 std::unordered_map<std::string, PowerRailInfo> ParsePowerRailInfo(std::string_view config_path) { in ParsePowerRailInfo() function
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp277 power_rail_info_map_ = ParsePowerRailInfo(config_path); in ThermalHelper()