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 263 status_t addEffect_l(const sp<EffectModule>& handle);
Tracks.cpp 819 status = playbackThread->addEffect_l(effect);
821 srcThread->addEffect_l(effect);
832 srcThread->addEffect_l(effect);
    [all...]
Threads.h 196 status_t addEffect_l(const sp< EffectModule>& effect);
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp 793 lStatus = chain->addEffect_l(effect);
845 // PlaybackThread::addEffect_l() must be called with AudioFlinger::mLock and
847 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect)
855 "addEffect_l() on offloaded thread %p: effect %s does not support offload flags %x",
860 ALOGV("addEffect_l() new effect chain for session %d", sessionId);
866 ALOGV("addEffect_l() %p chain %p effect %p", this, chain.get(), effect.get());
869 ALOGW("addEffect_l() %p effect %s already present in chain %p",
876 status_t status = chain->addEffect_l(effect);
    [all...]
Effects.cpp     [all...]

Completed in 763 milliseconds