Loading services/audioflinger/AudioFlinger.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -2887,6 +2887,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 @@ -2942,6 +2944,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 @@ -2887,6 +2887,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 @@ -2942,6 +2944,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