Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h117 struct CdevInfo { struct
132 std::unordered_map<std::string, CdevInfo> ParseCoolingDevice(std::string_view config_path); argument
Dpower_files.h66 const CdevInfo &cdev_info, const PowerRailInfo &power_rail_info);
Dpower_files.cpp77 const CdevInfo &cdev_info, in registerPowerRailsToWatch()
Dconfig_parser.cpp683 std::unordered_map<std::string, CdevInfo> ParseCoolingDevice(std::string_view config_path) { in ParseCoolingDevice()
685 std::unordered_map<std::string, CdevInfo> cooling_devices_parsed; in ParseCoolingDevice()
/hardware/google/pixel/thermal/
Dthermal-helper.h144 const std::unordered_map<std::string, CdevInfo> &GetCdevInfoMap() const { in GetCdevInfoMap()
217 std::unordered_map<std::string, CdevInfo> cooling_device_info_map_;