Lines Matching refs:mEffects
1254 !(mEffects.isNonOffloadableEffectEnabled() || mMasterMono)) { in openDirectOutput()
1656 audio_io_handle_t hapticGeneratingOutput = mEffects.getIoForSession( in selectOutput()
2984 mEffects.moveEffects(AUDIO_SESSION_OUTPUT_MIX, mMusicEffectOutput, output); in selectOutputForMusicEffects()
3014 return mEffects.registerEffect(desc, io, session, id, in registerEffect()
3021 if (mEffects.getEffect(id) == nullptr) { in unregisterEffect()
3024 if (mEffects.isEffectEnabled(id)) { in unregisterEffect()
3028 return mEffects.unregisterEffect(id); in unregisterEffect()
3033 sp<EffectDescriptor> effect = mEffects.getEffect(id); in setEffectEnabled()
3038 status_t status = mEffects.setEffectEnabled(id, enabled); in setEffectEnabled()
3048 mEffects.moveEffects(ids, io); in moveEffectsToIo()
3600 mEffects.dump(dst); in dump()
3686 if (mEffects.isNonOffloadableEffectEnabled()) { in getOffloadSupport()