Loading services/audioflinger/AudioFlinger.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -3001,6 +3001,8 @@ sp<IEffect> AudioFlinger::createEffect( } { Mutex::Autolock _l(mLock); if (!EffectsFactoryHalInterface::isNullUuid(&pDesc->uuid)) { // if uuid is specified, request effect descriptor lStatus = mEffectsFactoryHal->getDescriptor(&pDesc->uuid, &desc); Loading Loading @@ -3056,6 +3058,8 @@ sp<IEffect> AudioFlinger::createEffect( desc = d; } } } { // Do not allow auxiliary effects on a session different from 0 (output mix) if (sessionId != AUDIO_SESSION_OUTPUT_MIX && Loading Loading
services/audioflinger/AudioFlinger.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -3001,6 +3001,8 @@ sp<IEffect> AudioFlinger::createEffect( } { Mutex::Autolock _l(mLock); if (!EffectsFactoryHalInterface::isNullUuid(&pDesc->uuid)) { // if uuid is specified, request effect descriptor lStatus = mEffectsFactoryHal->getDescriptor(&pDesc->uuid, &desc); Loading Loading @@ -3056,6 +3058,8 @@ sp<IEffect> AudioFlinger::createEffect( desc = d; } } } { // Do not allow auxiliary effects on a session different from 0 (output mix) if (sessionId != AUDIO_SESSION_OUTPUT_MIX && Loading