Loading services/audioflinger/Effects.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -589,6 +589,13 @@ status_t AudioFlinger::EffectModule::configure() status = cmdStatus; } // Ignore error if non-offloadable effect is created on an offload thread. // Will be switched to non-offload thread when the effect is enabled. if (status != NO_ERROR && thread->type() == ThreadBase::OFFLOAD && !isOffloaded()) { ALOGV("Ignore error %d on non-offloadable effect on offload thread", status); status = NO_ERROR; } #ifdef MULTICHANNEL_EFFECT_CHAIN if (status != NO_ERROR && (mConfig.inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO Loading Loading
services/audioflinger/Effects.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -589,6 +589,13 @@ status_t AudioFlinger::EffectModule::configure() status = cmdStatus; } // Ignore error if non-offloadable effect is created on an offload thread. // Will be switched to non-offload thread when the effect is enabled. if (status != NO_ERROR && thread->type() == ThreadBase::OFFLOAD && !isOffloaded()) { ALOGV("Ignore error %d on non-offloadable effect on offload thread", status); status = NO_ERROR; } #ifdef MULTICHANNEL_EFFECT_CHAIN if (status != NO_ERROR && (mConfig.inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO Loading