Home
last modified time | relevance | path

Searched refs:thermal_throttling_status_map_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp71 if (profile != thermal_throttling_status_map_[sensor_name.data()].profile) { in parseProfileProperty()
74 thermal_throttling_status_map_[sensor_name.data()].profile = profile; in parseProfileProperty()
79 thermal_throttling_status_map_[sensor_name.data()].profile = ""; in parseProfileProperty()
84 if (!thermal_throttling_status_map_.count(sensor_name.data())) { in clearThrottlingData()
90 thermal_throttling_status_map_.at(sensor_name.data()).pid_power_budget_map) { in clearThrottlingData()
95 thermal_throttling_status_map_.at(sensor_name.data()).pid_cdev_request_map) { in clearThrottlingData()
100 thermal_throttling_status_map_.at(sensor_name.data()).hardlimit_cdev_request_map) { in clearThrottlingData()
105 thermal_throttling_status_map_.at(sensor_name.data()).throttling_release_map) { in clearThrottlingData()
109 thermal_throttling_status_map_[sensor_name.data()].prev_err = NAN; in clearThrottlingData()
110 thermal_throttling_status_map_[sensor_name.data()].i_budget = NAN; in clearThrottlingData()
[all …]
Dthermal_throttling.h76 return thermal_throttling_status_map_; in GetThermalThrottlingStatusMap()
139 std::unordered_map<std::string, ThermalThrottlingStatus> thermal_throttling_status_map_; variable