• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:EffectChain

622         sp<EffectChain> chain = mEffectChains[i];  in dumpEffectChains()
761 sp<EffectChain> chain = getEffectChain_l(sessionId); in setEffectSuspended_l()
773 void AudioFlinger::ThreadBase::checkSuspendOnAddEffectChain_l(const sp<EffectChain>& chain) in checkSuspendOnAddEffectChain_l()
786 if (sessionEffects.keyAt(i) == EffectChain::kKeyForSuspendAll) { in checkSuspendOnAddEffectChain_l()
819 int key = EffectChain::kKeyForSuspendAll; in updateSuspendedSessions_l()
881 sp<EffectChain> chain = getEffectChain_l(sessionId); in checkSuspendOnEffectEnabled_l()
900 sp<EffectChain> chain; in createEffect_l()
963 chain = new EffectChain(this, sessionId); in createEffect_l()
1038 sp<EffectChain> chain = getEffectChain_l(sessionId); in getEffect_l()
1048 sp<EffectChain> chain = getEffectChain_l(sessionId); in addEffect_l()
1058 chain = new EffectChain(this, sessionId); in addEffect_l()
1096 sp<EffectChain> chain = effect->chain().promote(); in removeEffect_l()
1108 Vector< sp<AudioFlinger::EffectChain> >& effectChains) in lockEffectChains_l()
1117 const Vector< sp<AudioFlinger::EffectChain> >& effectChains) in unlockEffectChains()
1124 sp<AudioFlinger::EffectChain> AudioFlinger::ThreadBase::getEffectChain(int sessionId) in getEffectChain()
1130 sp<AudioFlinger::EffectChain> AudioFlinger::ThreadBase::getEffectChain_l(int sessionId) const in getEffectChain_l()
1526 sp<EffectChain> chain = getEffectChain_l(sessionId); in createTrack_l()
1656 sp<EffectChain> chain = getEffectChain_l(track->sessionId()); in addTrack_l()
1700 sp<EffectChain> chain = getEffectChain_l(track->sessionId()); in removeTrack_l()
1942 Vector< sp<EffectChain> > effectChains = mEffectChains; in readOutputParameters_l()
2247 status_t AudioFlinger::PlaybackThread::addEffectChain_l(const sp<EffectChain>& chain) in addEffectChain_l()
2316 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l()
2430 Vector< sp<EffectChain> > effectChains; in threadLoop()
2692 sp<EffectChain> chain = getEffectChain_l(track->sessionId()); in removeTracks_l()
3192 sp<EffectChain> chain = getEffectChain_l(AUDIO_SESSION_OUTPUT_MIX); in prepareTracks_l()
5134 Vector< sp<EffectChain> > effectChains; in threadLoop()
6304 status_t AudioFlinger::RecordThread::addEffectChain_l(const sp<EffectChain>& chain) in addEffectChain_l()
6327 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l()