Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dpower_files.h66 const CdevInfo &cdev_info, const PowerRailInfo &power_rail_info);
79 bool computeAveragePower(const PowerRailInfo &power_rail_info, PowerStatus *power_status,
88 const PowerRailInfo &power_rail_info, bool power_sample_update,
Dconfig_parser.h124 struct PowerRailInfo { struct
133 std::unordered_map<std::string, PowerRailInfo> ParsePowerRailInfo(std::string_view config_path); argument
Dpower_files.cpp78 const PowerRailInfo &power_rail_info) { in registerPowerRailsToWatch()
263 bool PowerFiles::computeAveragePower(const PowerRailInfo &power_rail_info, in computeAveragePower()
319 const PowerRailInfo &power_rail_info, in throttlingReleaseUpdate()
Dconfig_parser.cpp769 std::unordered_map<std::string, PowerRailInfo> ParsePowerRailInfo(std::string_view config_path) { in ParsePowerRailInfo()
771 std::unordered_map<std::string, PowerRailInfo> power_rails_parsed; in ParsePowerRailInfo()
/hardware/google/pixel/thermal/
Dthermal-helper.h148 const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const { in GetPowerRailInfoMap()
219 std::unordered_map<std::string, PowerRailInfo> power_rail_info_map_;