HomeSort by relevance Sort by last modified time
    Searched refs:removeEffect_l (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/audioflinger/
Effects.h 254 size_t removeEffect_l(const sp<EffectModule>& handle);
Threads.h 197 void removeEffect_l(const sp< EffectModule>& effect);
    [all...]
Threads.cpp 773 chain->removeEffect_l(effect);
842 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect) {
844 ALOGV("removeEffect_l() %p effect %p", this, effect.get());
853 if (chain->removeEffect_l(effect) == 0) {
857 ALOGW("removeEffect_l() %p cannot promote chain for effect %p", this, effect.get());
913 removeEffect_l(effect);
    [all...]
AudioFlinger.cpp     [all...]
Effects.cpp     [all...]
Tracks.cpp 768 srcThread->removeEffect_l(effect);
770 // removeEffect_l() has stopped the effect if it was active so it must be restarted
    [all...]

Completed in 38 milliseconds