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

  /frameworks/av/services/audioflinger/
Effects.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...]

Completed in 123 milliseconds