Home
last modified time | relevance | path

Searched refs:hardlimit_cdev_request_map (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp100 thermal_throttling_status_map_.at(sensor_name.data()).hardlimit_cdev_request_map) { in clearThrottlingData()
164 .hardlimit_cdev_request_map[binded_cdev_pair.first] = 0; in registerThermalThrottling()
620 if (!thermal_throttling_status_map_[sensor_name.data()].hardlimit_cdev_request_map.count( in updateCdevRequestBySeverity()
624 thermal_throttling_status_map_[sensor_name.data()].hardlimit_cdev_request_map.at( in updateCdevRequestBySeverity()
633 .hardlimit_cdev_request_map.at(binded_cdev_info_pair.first); in updateCdevRequestBySeverity()
762 if (thermal_throttling_status_map_[temp.name].hardlimit_cdev_request_map.size()) { in thermalThrottlingUpdate()
806 if (thermal_throttling_status.hardlimit_cdev_request_map.count(cdev_name)) { in computeCoolingDevicesRequest()
808 thermal_throttling_status.hardlimit_cdev_request_map.at(cdev_name); in computeCoolingDevicesRequest()
Dthermal_throttling.h42 std::unordered_map<std::string, int> hardlimit_cdev_request_map; member
/hardware/google/pixel/thermal/
DThermal.cpp532 if (thermal_throttling_status_pair.second.hardlimit_cdev_request_map.size()) { in dumpThrottlingRequestStatus()
535 thermal_throttling_status_pair.second.hardlimit_cdev_request_map) { in dumpThrottlingRequestStatus()