Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h198 bool initializeThrottlingMap(const std::unordered_map<std::string, std::string> &cdev_map,
202 bool initializeCoolingDeviceEntry(const std::unordered_map<std::string, std::string> &cdev_map,
Dthermal-helper.cpp197 auto cdev_map = parseThermalPathMap(kCoolingDevicePrefix.data()); in ThermalHelperImpl() local
200 if (!initializeThrottlingMap(cdev_map, powercap_map)) { in ThermalHelperImpl()
966 const std::unordered_map<std::string, std::string> &cdev_map, in initializeThrottlingMap() argument
973 } else if (!initializeCoolingDeviceEntry(cdev_map, cdev_name, cdev_info)) { in initializeThrottlingMap()