Lines Matching refs:IAfEffectModule

2125     std::vector<sp<IAfEffectModule>> removedEffects;  in removeNotificationClient()
2151 std::vector< sp<IAfEffectModule> > removedOrphanEffects = purgeOrphanEffectChains_l(); in removeNotificationClient()
3520 std::vector<sp<IAfEffectModule>> removedEffects; in releaseAudioSessionId()
3538 std::vector<sp<IAfEffectModule>> effects = purgeStaleEffects_l(); in releaseAudioSessionId()
3568 std::vector<sp<IAfEffectModule>> AudioFlinger::purgeStaleEffects_l() { in purgeStaleEffects_l()
3573 std::vector< sp<IAfEffectModule> > removedEffects; in purgeStaleEffects_l()
3630 sp<IAfEffectModule> effect = ec->getEffectModule(0); in purgeStaleEffects_l()
3643 std::vector< sp<IAfEffectModule> > AudioFlinger::purgeOrphanEffectChains_l() in purgeOrphanEffectChains_l()
3646 std::vector< sp<IAfEffectModule> > removedEffects; in purgeOrphanEffectChains_l()
3667 sp<IAfEffectModule> effect = chain->getEffectModule(i); in purgeOrphanEffectChains_l()
4226 const bool hapticPlaybackRequired = IAfEffectModule::isHapticGenerator(&descOut.type); in createEffect()
4237 if (IAfEffectModule::isSpatializer(&descOut.type) && in createEffect()
4461 sp<IAfEffectModule> effect; in createOrphanEffect_l()
4651 Vector<sp<IAfEffectModule>> removed; in moveEffectChain_ll()
4655 for (sp<IAfEffectModule> effect = chain->getEffectFromId_l(0); effect != nullptr; in moveEffectChain_ll()
4707 if (effect->state() == IAfEffectModule::ACTIVE || in moveEffectChain_ll()
4708 effect->state() == IAfEffectModule::STOPPING) { in moveEffectChain_ll()
4795 sp<IAfEffectModule> effect = srcChain->getEffectFromId_l(EffectId); in moveAuxEffectToIo()
4815 if (effect->state() == IAfEffectModule::ACTIVE || in moveAuxEffectToIo()
4816 effect->state() == IAfEffectModule::STOPPING) { in moveAuxEffectToIo()
4890 bool AudioFlinger::updateOrphanEffectChains(const sp<IAfEffectModule>& effect) in updateOrphanEffectChains()
4896 bool AudioFlinger::updateOrphanEffectChains_l(const sp<IAfEffectModule>& effect) in updateOrphanEffectChains_l()