Lines Matching refs:EffectChain
946 sp<EffectChain> chain = mEffectChains[i]; in dumpEffectChains_l()
1090 sp<EffectChain> chain = getEffectChain_l(sessionId); in setEffectSuspended_l()
1102 void AudioFlinger::ThreadBase::checkSuspendOnAddEffectChain_l(const sp<EffectChain>& chain) in checkSuspendOnAddEffectChain_l()
1115 if (sessionEffects.keyAt(i) == EffectChain::kKeyForSuspendAll) { in checkSuspendOnAddEffectChain_l()
1148 int key = EffectChain::kKeyForSuspendAll; in updateSuspendedSessions_l()
1376 sp<EffectChain> chain; in createEffect_l()
1402 chain = new EffectChain(this, sessionId); in createEffect_l()
1516 sp<EffectChain> chain = getEffectChain_l(sessionId); in getEffect_l()
1522 sp<EffectChain> chain = getEffectChain_l(sessionId); in getEffectIds_l()
1532 sp<EffectChain> chain = getEffectChain_l(sessionId); in addEffect_l()
1542 chain = new EffectChain(this, sessionId); in addEffect_l()
1581 sp<EffectChain> chain = effect->callback()->chain().promote(); in removeEffect_l()
1593 Vector< sp<AudioFlinger::EffectChain> >& effectChains) in lockEffectChains_l()
1602 const Vector< sp<AudioFlinger::EffectChain> >& effectChains) in unlockEffectChains()
1609 sp<AudioFlinger::EffectChain> AudioFlinger::ThreadBase::getEffectChain(audio_session_t sessionId) in getEffectChain()
1615 sp<AudioFlinger::EffectChain> AudioFlinger::ThreadBase::getEffectChain_l(audio_session_t sessionId) in getEffectChain_l()
2141 sp<EffectChain> chain = getEffectChain_l(session); in createTrack_l()
2367 sp<EffectChain> chain = getEffectChain_l(sessionId); in createTrack_l()
2552 sp<EffectChain> chain = getEffectChain_l(track->sessionId()); in addTrack_l()
2599 sp<EffectChain> chain = getEffectChain_l(track->sessionId()); in removeTrack_l()
2876 Vector< sp<EffectChain> > effectChains = mEffectChains; in readOutputParameters_l()
3238 status_t AudioFlinger::PlaybackThread::addEffectChain_l(const sp<EffectChain>& chain) in addEffectChain_l()
3320 size_t AudioFlinger::PlaybackThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l()
3455 Vector< sp<EffectChain> > effectChains; in threadLoop()
4089 sp<EffectChain> chain = getEffectChain_l(track->sessionId()); in removeTracks_l()
4790 sp<EffectChain> chain = getEffectChain_l(AUDIO_SESSION_OUTPUT_MIX); in prepareTracks_l()
7071 Vector< sp<EffectChain> > effectChains; in threadLoop()
7747 sp<EffectChain> chain = getEffectChain_l(sessionId); in createRecordTrack_l()
8519 status_t AudioFlinger::RecordThread::addEffectChain_l(const sp<EffectChain>& chain) in addEffectChain_l()
8537 size_t AudioFlinger::RecordThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l()
8919 sp<EffectChain> chain = getEffectChain_l(mSessionId); in start()
8973 sp<EffectChain> chain = getEffectChain_l(track->sessionId()); in stop()
9048 Vector< sp<EffectChain> > effectChains; in threadLoop()
9302 status_t AudioFlinger::MmapThread::addEffectChain_l(const sp<EffectChain>& chain) in addEffectChain_l()
9326 size_t AudioFlinger::MmapThread::removeEffectChain_l(const sp<EffectChain>& chain) in removeEffectChain_l()