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

  /frameworks/av/services/audioflinger/
Effects.h 253 status_t addEffect_l(const sp<EffectModule>& handle);
Threads.h 194 status_t addEffect_l(const sp< EffectModule>& effect);
    [all...]
Tracks.cpp 769 playbackThread->addEffect_l(effect);
778 srcThread->addEffect_l(effect);
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp 750 lStatus = chain->addEffect_l(effect);
802 // PlaybackThread::addEffect_l() must be called with AudioFlinger::mLock and
804 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect)
813 ALOGV("addEffect_l() new effect chain for session %d", sessionId);
819 ALOGV("addEffect_l() %p chain %p effect %p", this, chain.get(), effect.get());
822 ALOGW("addEffect_l() %p effect %s already present in chain %p",
827 status_t status = chain->addEffect_l(effect);
    [all...]
Effects.cpp     [all...]

Completed in 81 milliseconds