Searched refs:PowerRailInfo (Results 1 – 5 of 5) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | power_files.h | 66 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,
|
D | config_parser.h | 124 struct PowerRailInfo { struct 133 std::unordered_map<std::string, PowerRailInfo> ParsePowerRailInfo(std::string_view config_path); argument
|
D | power_files.cpp | 78 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()
|
D | config_parser.cpp | 769 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/ |
D | thermal-helper.h | 148 const std::unordered_map<std::string, PowerRailInfo> &GetPowerRailInfoMap() const { in GetPowerRailInfoMap() 219 std::unordered_map<std::string, PowerRailInfo> power_rail_info_map_;
|