Lines Matching defs:EffectChain

1299         sp<EffectChain> chain = mEffectChains[i];
1381 sp<EffectChain> chain = getEffectChain_l(sessionId);
1393 void AudioFlinger::ThreadBase::checkSuspendOnAddEffectChain_l(const sp<EffectChain>& chain)
1406 if (sessionEffects.keyAt(i) == EffectChain::kKeyForSuspendAll) {
1439 int key = EffectChain::kKeyForSuspendAll;
1501 sp<EffectChain> chain = getEffectChain_l(sessionId);
1798 sp<EffectChain> chain = getEffectChain_l(sessionId);
1903 sp<EffectChain> chain = getEffectChain_l(track->sessionId());
1944 sp<EffectChain> chain = getEffectChain_l(track->sessionId());
2055 Vector< sp<EffectChain> > effectChains = mEffectChains;
2535 Vector< sp<EffectChain> > effectChains;
2880 sp<EffectChain> chain = getEffectChain_l(AUDIO_SESSION_OUTPUT_MIX);
4703 sp<EffectChain> chain = srcThread->getEffectChain_l(AUDIO_SESSION_OUTPUT_MIX);
4720 sp<EffectChain> dstChain = effect->chain().promote();
5984 Vector< sp<EffectChain> > effectChains;
7151 Vector< sp<EffectChain> > chains;
7156 sp<EffectChain> ec = t->mEffectChains[j];
7165 sp<EffectChain> ec = t->mEffectChains[j];
7171 sp<EffectChain> ec = chains[i];
7534 sp<EffectChain> chain = srcThread->getEffectChain_l(sessionId);
7550 sp<EffectChain> dstChain;
7601 sp<EffectChain> chain;
7638 chain = new EffectChain(this, sessionId);
7708 sp<EffectChain> chain = getEffectChain_l(sessionId);
7718 sp<EffectChain> chain = getEffectChain_l(sessionId);
7724 chain = new EffectChain(this, sessionId);
7758 sp<EffectChain> chain = effect->chain().promote();
7770 Vector< sp<AudioFlinger::EffectChain> >& effectChains)
7779 const Vector< sp<AudioFlinger::EffectChain> >& effectChains)
7786 sp<AudioFlinger::EffectChain> AudioFlinger::ThreadBase::getEffectChain(int sessionId)
7792 sp<AudioFlinger::EffectChain> AudioFlinger::ThreadBase::getEffectChain_l(int sessionId)
7827 status_t AudioFlinger::PlaybackThread::addEffectChain_l(const sp<EffectChain>& chain)
7889 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain)
7963 status_t AudioFlinger::RecordThread::addEffectChain_l(const sp<EffectChain>& chain)
7981 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain)
8001 const wp<AudioFlinger::EffectChain>& chain,
8221 sp<EffectChain> chain = mChain.promote();
9003 #define LOG_TAG "AudioFlinger::EffectChain"
9005 AudioFlinger::EffectChain::EffectChain(ThreadBase *thread,
9019 AudioFlinger::EffectChain::~EffectChain()
9028 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromDesc_l(effect_descriptor_t *descriptor)
9041 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id)
9055 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromType_l(
9068 void AudioFlinger::EffectChain::clearInputBuffer()
9079 // Must be called with EffectChain::mLock locked
9080 void AudioFlinger::EffectChain::clearInputBuffer_l(sp<ThreadBase> thread)
9087 // Must be called with EffectChain::mLock locked
9088 void AudioFlinger::EffectChain::process_l()
9131 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect)
9245 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect)
9254 // This is safe as we hold the EffectChain mutex which guarantees that we are not in
9278 void AudioFlinger::EffectChain::setDevice_l(uint32_t device)
9287 void AudioFlinger::EffectChain::setMode_l(audio_mode_t mode)
9296 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right)
9353 status_t AudioFlinger::EffectChain::dump(int fd, const Vector<String16>& args)
9392 void AudioFlinger::EffectChain::setEffectSuspended_l(
9444 void AudioFlinger::EffectChain::setEffectSuspendedAll_l(bool suspend)
9498 bool AudioFlinger::EffectChain::isEffectEligibleForSuspend(const effect_descriptor_t& desc)
9510 void AudioFlinger::EffectChain::getSuspendEligibleEffects(Vector< sp<AudioFlinger::EffectModule> > &effects)
9520 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectIfEnabled(
9527 void AudioFlinger::EffectChain::checkSuspendOnEffectEnabled(const sp<EffectModule>& effect,