Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:EffectChain

1150         sp<EffectChain> chain = mEffectChains[i];
1232 sp<EffectChain> chain;
1245 void AudioFlinger::ThreadBase::checkSuspendOnAddEffectChain_l(const sp<EffectChain>& chain)
1258 if (sessionEffects.keyAt(i) == EffectChain::kKeyForSuspendAll) {
1291 int key = EffectChain::kKeyForSuspendAll;
1351 sp<EffectChain> chain = getEffectChain_l(sessionId);
1539 sp<EffectChain> chain = getEffectChain_l(sessionId);
1633 sp<EffectChain> chain = getEffectChain_l(track->sessionId());
1662 sp<EffectChain> chain = getEffectChain_l(track->sessionId());
1732 Vector< sp<EffectChain> > effectChains = mEffectChains;
1849 Vector< sp<EffectChain> > effectChains;
2051 sp<EffectChain> chain = getEffectChain_l(AUDIO_SESSION_OUTPUT_MIX);
2534 Vector< sp<EffectChain> > effectChains;
2918 Vector< sp<EffectChain> > effectChains;
4214 Vector< sp<EffectChain> > effectChains;
5185 Vector< sp<EffectChain> > chains;
5190 sp<EffectChain> ec = t->mEffectChains[j];
5199 sp<EffectChain> ec = t->mEffectChains[j];
5205 sp<EffectChain> ec = chains[i];
5557 sp<EffectChain> chain = srcThread->getEffectChain_l(sessionId);
5573 sp<EffectChain> dstChain;
5624 sp<EffectChain> chain;
5664 chain = new EffectChain(this, sessionId);
5730 sp<EffectChain> chain = getEffectChain_l(sessionId);
5743 sp<EffectChain> chain = getEffectChain_l(sessionId);
5749 chain = new EffectChain(this, sessionId);
5783 sp<EffectChain> chain = effect->chain().promote();
5795 Vector<sp <AudioFlinger::EffectChain> >& effectChains)
5804 Vector<sp <AudioFlinger::EffectChain> >& effectChains)
5811 sp<AudioFlinger::EffectChain> AudioFlinger::ThreadBase::getEffectChain(int sessionId)
5817 sp<AudioFlinger::EffectChain> AudioFlinger::ThreadBase::getEffectChain_l(int sessionId)
5819 sp<EffectChain> chain;
5855 status_t AudioFlinger::PlaybackThread::addEffectChain_l(const sp<EffectChain>& chain)
5917 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain)
5991 status_t AudioFlinger::RecordThread::addEffectChain_l(const sp<EffectChain>& chain)
6009 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain)
6029 const wp<AudioFlinger::EffectChain>& chain,
6255 sp<EffectChain> chain = mChain.promote();
7013 #define LOG_TAG "AudioFlinger::EffectChain"
7015 AudioFlinger::EffectChain::EffectChain(const wp<ThreadBase>& wThread,
7024 AudioFlinger::EffectChain::~EffectChain()
7033 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromDesc_l(effect_descriptor_t *descriptor)
7048 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id)
7064 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromType_l(
7079 // Must be called with EffectChain::mLock locked
7080 void AudioFlinger::EffectChain::process_l()
7115 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect)
7229 size_t AudioFlinger::EffectChain::removeEffect_l(const sp<EffectModule>& effect)
7239 // This is safe as we hold the EffectChain mutex which guarantees that we are not in
7263 void AudioFlinger::EffectChain::setDevice_l(uint32_t device)
7272 void AudioFlinger::EffectChain::setMode_l(uint32_t mode)
7281 bool AudioFlinger::EffectChain::setVolume_l(uint32_t *left, uint32_t *right)
7338 status_t AudioFlinger::EffectChain::dump(int fd, const Vector<String16>& args)
7377 void AudioFlinger::EffectChain::setEffectSuspended_l(
7429 void AudioFlinger::EffectChain::setEffectSuspendedAll_l(bool suspend)
7482 bool AudioFlinger::EffectChain::isEffectEligibleForSuspend(const effect_descriptor_t& desc)
7494 Vector< sp<AudioFlinger::EffectModule> > AudioFlinger::EffectChain::getSuspendEligibleEffects()
7506 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectIfEnabled(
7517 void AudioFlinger::EffectChain::checkSuspendOnEffectEnabled(const sp<EffectModule>& effect,