Lines Matching refs:EffectChain

978         sp<EffectChain> chain = mEffectChains[i];  in dumpEffectChains()
1133 sp<EffectChain> chain = getEffectChain_l(sessionId); in setEffectSuspended_l()
1145 void AudioFlinger::ThreadBase::checkSuspendOnAddEffectChain_l(const sp<EffectChain>& chain) in checkSuspendOnAddEffectChain_l()
1158 if (sessionEffects.keyAt(i) == EffectChain::kKeyForSuspendAll) { in checkSuspendOnAddEffectChain_l()
1191 int key = EffectChain::kKeyForSuspendAll; in updateSuspendedSessions_l()
1253 sp<EffectChain> chain = getEffectChain_l(sessionId); in checkSuspendOnEffectEnabled_l()
1272 sp<EffectChain> chain; in createEffect_l()
1336 chain = new EffectChain(this, sessionId); in createEffect_l()
1413 sp<EffectChain> chain = getEffectChain_l(sessionId); in getEffect_l()
1423 sp<EffectChain> chain = getEffectChain_l(sessionId); in addEffect_l()
1433 chain = new EffectChain(this, sessionId); in addEffect_l()
1471 sp<EffectChain> chain = effect->chain().promote(); in removeEffect_l()
1483 Vector< sp<AudioFlinger::EffectChain> >& effectChains) in lockEffectChains_l()
1492 const Vector< sp<AudioFlinger::EffectChain> >& effectChains) in unlockEffectChains()
1499 sp<AudioFlinger::EffectChain> AudioFlinger::ThreadBase::getEffectChain(audio_session_t sessionId) in getEffectChain()
1505 sp<AudioFlinger::EffectChain> AudioFlinger::ThreadBase::getEffectChain_l(audio_session_t sessionId) in getEffectChain_l()
1912 sp<EffectChain> chain = getEffectChain_l(sessionId); in createTrack_l()
2053 sp<EffectChain> chain = getEffectChain_l(track->sessionId()); in addTrack_l()
2097 sp<EffectChain> chain = getEffectChain_l(track->sessionId()); in removeTrack_l()
2366 Vector< sp<EffectChain> > effectChains = mEffectChains; in readOutputParameters_l()
2682 status_t AudioFlinger::PlaybackThread::addEffectChain_l(const sp<EffectChain>& chain) in addEffectChain_l()
2754 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l()
2870 Vector< sp<EffectChain> > effectChains; in threadLoop()
3259 sp<EffectChain> chain = getEffectChain_l(track->sessionId()); in removeTracks_l()
3842 sp<EffectChain> chain = getEffectChain_l(AUDIO_SESSION_OUTPUT_MIX); in prepareTracks_l()
5845 Vector< sp<EffectChain> > effectChains; in threadLoop()
7254 status_t AudioFlinger::RecordThread::addEffectChain_l(const sp<EffectChain>& chain) in addEffectChain_l()
7277 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l()