Searched refs:initializeCoolingDevices (Results 1 – 2 of 2) sorted by relevance
178 bool initializeCoolingDevices(const std::unordered_map<std::string, std::string> &path_map);
281 is_initialized_ = initializeSensorMap(tz_map) && initializeCoolingDevices(cdev_map); in ThermalHelper()829 bool ThermalHelper::initializeCoolingDevices( in initializeCoolingDevices() function in android::hardware::thermal::V2_0::implementation::ThermalHelper