Lines Matching refs:removedEffects
2125 std::vector<sp<IAfEffectModule>> removedEffects; in removeNotificationClient() local
2150 removedEffects = purgeStaleEffects_l(); in removeNotificationClient()
2152 removedEffects.insert(removedEffects.end(), removedOrphanEffects.begin(), in removeNotificationClient()
2156 for (auto& effect : removedEffects) { in removeNotificationClient()
3520 std::vector<sp<IAfEffectModule>> removedEffects; in releaseAudioSessionId() local
3539 removedEffects.insert(removedEffects.end(), effects.begin(), effects.end()); in releaseAudioSessionId()
3551 for (auto& effect : removedEffects) { in releaseAudioSessionId()
3573 std::vector< sp<IAfEffectModule> > removedEffects; in purgeStaleEffects_l() local
3636 removedEffects.push_back(effect); in purgeStaleEffects_l()
3640 return removedEffects; in purgeStaleEffects_l()
3646 std::vector< sp<IAfEffectModule> > removedEffects; in purgeOrphanEffectChains_l() local
3668 removedEffects.push_back(effect); in purgeOrphanEffectChains_l()
3672 for (auto& effect : removedEffects) { in purgeOrphanEffectChains_l()
3676 return removedEffects; in purgeOrphanEffectChains_l()