Searched refs:removeEffect_l (Results 1 - 6 of 6) sorted by relevance
/frameworks/av/services/audioflinger/ |
H A D | Effects.h | 288 size_t removeEffect_l(const sp<EffectModule>& handle, bool release = false);
|
H A D | Threads.h | 338 void removeEffect_l(const sp< EffectModule>& effect, bool release = false);
|
H A D | AudioFlinger.cpp | 2458 t->removeEffect_l(effect); 2874 // otherwise unnecessary as removeEffect_l() will remove the chain when last effect is 2886 srcThread->removeEffect_l(effect); 2892 // removeEffect_l() has stopped the effect if it was active so it must be restarted 3003 if (chain->removeEffect_l(effect, true) == 0) {
|
H A D | Threads.cpp | 1482 chain->removeEffect_l(effect); 1512 removeEffect_l(effect, true); 1584 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect, bool release) { function in class:android::AudioFlinger::ThreadBase 1595 if (chain->removeEffect_l(effect, release) == 0) { 1599 ALOGW("removeEffect_l() %p cannot promote chain for effect %p", this, effect.get());
|
H A D | Tracks.cpp | 945 srcThread->removeEffect_l(effect); 951 // removeEffect_l() has stopped the effect if it was active so it must be restarted
|
H A D | Effects.cpp | 1776 // removeEffect_l() must be called with ThreadBase::mLock held 1777 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect, function in class:android::AudioFlinger::EffectChain 1806 ALOGV("removeEffect_l() effect %p, removed from chain %p at rank %zu", effect.get(),
|
Completed in 63 milliseconds