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 264 size_t removeEffect_l(const sp<EffectModule>& handle);
Threads.h 199 void removeEffect_l(const sp< EffectModule>& effect);
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp 842 chain->removeEffect_l(effect);
917 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect) {
919 ALOGV("removeEffect_l() %p effect %p", this, effect.get());
928 if (chain->removeEffect_l(effect) == 0) {
932 ALOGW("removeEffect_l() %p cannot promote chain for effect %p", this, effect.get());
    [all...]
Effects.cpp     [all...]
Tracks.cpp 832 srcThread->removeEffect_l(effect);
838 // removeEffect_l() has stopped the effect if it was active so it must be restarted
    [all...]

Completed in 780 milliseconds