Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.h159 return cdev_status_map_; in GetCdevStatusMap()
227 std::unordered_map<std::string, CdevRequestStatus> cdev_status_map_; variable
H A Dthermal-helper.cpp310 cdev_status_map_[binded_cdev_pair.first][name_status_pair.first] = 0; in ThermalHelper()
319 cdev_status_map_[binded_cdev_pair.first][name_status_pair.first] = 0; in ThermalHelper()
687 for (auto &cdev_request_pair : cdev_status_map_) { in computeCoolingDevicesRequest()
748 const CdevRequestStatus &cdev_status = cdev_status_map_.at(target_cdev); in updateCoolingDevices()