Searched refs:target_cdev (Results 1 – 1 of 1) sorted by relevance
597 for (const auto &target_cdev : updated_cdev) { in updateCoolingDevices() local598 if (thermal_throttling_.getCdevMaxRequest(target_cdev, &max_state)) { in updateCoolingDevices()599 if (cooling_devices_.writeCdevFile(target_cdev, std::to_string(max_state))) { in updateCoolingDevices()600 ATRACE_INT(target_cdev.c_str(), max_state); in updateCoolingDevices()601 LOG(INFO) << "Successfully update cdev " << target_cdev << " sysfs to " in updateCoolingDevices()604 LOG(ERROR) << "Failed to update cdev " << target_cdev << " sysfs to " << max_state; in updateCoolingDevices()