Searched defs:addEffect_l (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DEffects.cpp1691 // addEffect_l() must be called with ThreadBase::mLock held
1692 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
1697 // addEffect_l() must be called with ThreadBase::mLock and EffectChain::mLock held
1755 ALOGW("addEffect_l() could not insert effect %s: exclusive conflict with %s",
1807 ALOGV("addEffect_l() effect %p, added in chain %p at rank %zu", effect.get(), this,
H A DThreads.cpp1405 // PlaybackThread::addEffect_l() must be called with AudioFlinger::mLock and
1407 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::ThreadBase
1415 "addEffect_l() on offloaded thread %p: effect %s does not support offload flags %x",
1420 ALOGV("addEffect_l() new effect chain for session %d", sessionId);
1426 ALOGV("addEffect_l() %p chain %p effect %p", this, chain.get(), effect.get());
1429 ALOGW("addEffect_l() %p effect %s already present in chain %p",
1436 status_t status = chain->addEffect_l(effect);

Completed in 148 milliseconds