Searched refs:CdevInfo (Results 1 – 9 of 9) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_throttling.h | 71 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map); 83 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, 101 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, 118 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, 123 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map); 131 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map,
|
D | thermal_info.h | 250 struct CdevInfo { struct 272 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_); argument 274 std::unordered_map<std::string, CdevInfo> *cooling_device_parsed); 285 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_,
|
D | thermal_throttling.cpp | 121 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map) { in registerThermalThrottling() 188 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, in updatePowerBudget() 253 const CdevInfo &cdev_info = cooling_device_info_map.at(binded_cdev_info_pair.first); in updatePowerBudget() 403 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, in allocatePowerToCdev() 496 const CdevInfo &cdev_info = cooling_device_info_map.at(binded_cdev_info_pair.first); in allocatePowerToCdev() 623 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map) { in updateCdevRequestByPower() 629 const CdevInfo &cdev_info = cooling_device_info_map.at(pid_power_budget_pair.first); in updateCdevRequestByPower() 672 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, in throttlingReleaseUpdate() 771 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, in thermalThrottlingUpdate()
|
D | thermal_stats_helper.h | 139 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_, 182 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_);
|
D | thermal_stats_helper.cpp | 90 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_, in initializeStats() 129 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_) { in initializeSensorCdevRequestStats()
|
D | thermal_info.cpp | 712 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_) { in ParseBindedCdevInfo() 954 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_) { in ParseSensorThrottlingInfo() 1186 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_) { in ParseSensorInfo() 1592 std::unordered_map<std::string, CdevInfo> *cooling_devices_parsed) { in ParseCoolingDevice() 2059 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_, in ParseCoolingDeviceStatsConfig()
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 103 virtual const std::unordered_map<std::string, CdevInfo> &GetCdevInfoMap() const = 0; 159 const std::unordered_map<std::string, CdevInfo> &GetCdevInfoMap() const override { in GetCdevInfoMap() 201 std::string_view name, CdevInfo &cdev_info); 203 std::string_view name, CdevInfo &cdev_info); 247 std::unordered_map<std::string, CdevInfo> cooling_device_info_map_;
|
D | thermal-helper.cpp | 551 const CdevInfo &cdev_info = cooling_device_info_map_.at(cooling_device.data()); in readCoolingDevice() 826 CdevInfo &cdev_info) { in initializeCoolingDeviceEntry() 907 CdevInfo &cdev_info) { in initializePowercapEntry()
|
/hardware/google/pixel/thermal/tests/ |
D | mock_thermal_helper.h | 50 MOCK_METHOD((const std::unordered_map<std::string, CdevInfo> &), GetCdevInfoMap, (),
|