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

/frameworks/av/services/audioflinger/
H A DEffects.h266 status_t addEffect_l(const sp<EffectModule>& handle);
H A DTracks.cpp954 status = playbackThread->addEffect_l(effect);
956 srcThread->addEffect_l(effect);
967 srcThread->addEffect_l(effect);
H A DThreads.h328 status_t addEffect_l(const sp< EffectModule>& effect);
H A DAudioFlinger.cpp2718 // than disabling the addEffect_l() call in dstThread below.
2743 status = dstThread->addEffect_l(effect);
2777 srcThread->addEffect_l(removed[i]);
H A DEffects.cpp1474 // addEffect_l() must be called with PlaybackThread::mLock held
1475 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::EffectChain
1531 ALOGW("addEffect_l() could not insert effect %s: exclusive conflict with %s",
1583 ALOGV("addEffect_l() effect %p, added in chain %p at rank %d", effect.get(), this,
H A DThreads.cpp1234 lStatus = chain->addEffect_l(effect);
1287 // PlaybackThread::addEffect_l() must be called with AudioFlinger::mLock and
1289 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect) function in class:android::AudioFlinger::ThreadBase
1297 "addEffect_l() on offloaded thread %p: effect %s does not support offload flags %x",
1302 ALOGV("addEffect_l() new effect chain for session %d", sessionId);
1308 ALOGV("addEffect_l() %p chain %p effect %p", this, chain.get(), effect.get());
1311 ALOGW("addEffect_l() %p effect %s already present in chain %p",
1318 status_t status = chain->addEffect_l(effect);

Completed in 330 milliseconds