Searched refs:addEffect_l (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/
H A DEffects.h268 status_t addEffect_l(const sp<EffectModule>& handle);
H A DTracks.cpp905 status = playbackThread->addEffect_l(effect);
907 srcThread->addEffect_l(effect);
918 srcThread->addEffect_l(effect);
H A DThreads.h332 status_t addEffect_l(const sp< EffectModule>& effect);
H A DEffects.cpp1479 // addEffect_l() must be called with PlaybackThread::mLock held
1480 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
1536 ALOGW("addEffect_l() could not insert effect %s: exclusive conflict with %s",
1588 ALOGV("addEffect_l() effect %p, added in chain %p at rank %zu", effect.get(), this,
H A DAudioFlinger.cpp2825 // than disabling the addEffect_l() call in dstThread below.
2850 status = dstThread->addEffect_l(effect);
2884 srcThread->addEffect_l(removed[i]);
H A DThreads.cpp1362 lStatus = chain->addEffect_l(effect);
1417 // PlaybackThread::addEffect_l() must be called with AudioFlinger::mLock and
1419 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::ThreadBase
1427 "addEffect_l() on offloaded thread %p: effect %s does not support offload flags %x",
1432 ALOGV("addEffect_l() new effect chain for session %d", sessionId);
1438 ALOGV("addEffect_l() %p chain %p effect %p", this, chain.get(), effect.get());
1441 ALOGW("addEffect_l() %p effect %s already present in chain %p",
1448 status_t status = chain->addEffect_l(effect);

Completed in 1206 milliseconds