Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.h44 std::unordered_map<std::string, int> cdev_status_map; member
Dthermal_throttling.cpp155 .cdev_status_map[binded_cdev_pair.first] = 0; in registerThermalThrottling()
166 .cdev_status_map[binded_cdev_pair.first] = 0; in registerThermalThrottling()
792 for (auto &cdev_request_pair : thermal_throttling_status.cdev_status_map) { in computeCoolingDevicesRequest()
/hardware/google/pixel/thermal/
DThermal.cpp548 if (thermal_throttling_status_pair.second.cdev_status_map.size()) { in dumpThrottlingRequestStatus()
550 for (const auto &request_pair : thermal_throttling_status_pair.second.cdev_status_map) { in dumpThrottlingRequestStatus()