Searched refs:mVolumeShapers (Results 1 – 1 of 1) sorted by relevance
962 if (replaceIt == mVolumeShapers.end()) { in applyVolumeShaper()976 (void)mVolumeShapers.erase(replaceIt); in applyVolumeShaper()982 if (oldIt != mVolumeShapers.end()) { in applyVolumeShaper()989 (void)mVolumeShapers.erase(oldIt); in applyVolumeShaper()1005 mVolumeShapers.emplace_back(configuration, new VolumeShaper::Operation()); in applyVolumeShaper()1006 VS_LOG("after adding, number of volumeShapers:%zu", mVolumeShapers.size()); in applyVolumeShaper()1013 if (it == mVolumeShapers.end()) { in applyVolumeShaper()1019 mVolumeShapers.erase(it); in applyVolumeShaper()1067 if (it == mVolumeShapers.end()) { in getVolumeShaperState()1082 for (auto it = mVolumeShapers.begin(); it != mVolumeShapers.end();) { in getVolume()[all …]