Lines Matching refs:IAfEffectChain
1157 sp<IAfEffectChain> chain = mEffectChains[i]; in dumpEffectChains_l()
1307 sp<IAfEffectChain> chain = getEffectChain_l(sessionId); in setEffectSuspended_l()
1319 void ThreadBase::checkSuspendOnAddEffectChain_l(const sp<IAfEffectChain>& chain) in checkSuspendOnAddEffectChain_l()
1332 if (sessionEffects.keyAt(i) == IAfEffectChain::kKeyForSuspendAll) { in checkSuspendOnAddEffectChain_l()
1365 int key = IAfEffectChain::kKeyForSuspendAll; in updateSuspendedSessions_l()
1644 sp<IAfEffectChain> chain; in createEffect_l()
1670 chain = IAfEffectChain::create(this, sessionId, mAfThreadCallback); in createEffect_l()
1798 sp<IAfEffectChain> chain = getEffectChain_l(sessionId); in getEffect_l()
1804 sp<IAfEffectChain> chain = getEffectChain_l(sessionId); in getEffectIds_l()
1814 sp<IAfEffectChain> chain = getEffectChain_l(sessionId); in addEffect_ll()
1824 chain = IAfEffectChain::create(this, sessionId, mAfThreadCallback); in addEffect_ll()
1863 sp<IAfEffectChain> chain = effect->getCallback()->chain().promote(); in removeEffect_l()
1874 void ThreadBase::lockEffectChains_l(Vector<sp<IAfEffectChain>>& effectChains) in lockEffectChains_l()
1883 void ThreadBase::unlockEffectChains(const Vector<sp<IAfEffectChain>>& effectChains) in unlockEffectChains()
1891 sp<IAfEffectChain> ThreadBase::getEffectChain(audio_session_t sessionId) const in getEffectChain()
1897 sp<IAfEffectChain> ThreadBase::getEffectChain_l(audio_session_t sessionId) in getEffectChain_l()
2424 sp<IAfEffectChain> chain = getEffectChain_l(sessionId); in createTrack_l()
2481 sp<IAfEffectChain> chain = getEffectChain_l(session); in createTrack_l()
2735 sp<IAfEffectChain> chain = getEffectChain_l(sessionId); in createTrack_l()
2906 sp<IAfEffectChain> chain = getEffectChain_l(track->sessionId()); in addTrack_l()
3004 sp<IAfEffectChain> chain = getEffectChain_l(track->sessionId()); in removeTrack_l()
3312 Vector<sp<IAfEffectChain>> effectChains = mEffectChains; in readOutputParameters_l()
3761 status_t PlaybackThread::addEffectChain_l(const sp<IAfEffectChain>& chain) in addEffectChain_l()
3898 size_t PlaybackThread::removeEffectChain_l(const sp<IAfEffectChain>& chain) in removeEffectChain_l()
4060 Vector<sp<IAfEffectChain>> effectChains; in threadLoop()
4252 sp<IAfEffectChain> effectChain = getEffectChain_l(track->sessionId()); in threadLoop()
4810 sp<IAfEffectChain> chain = getEffectChain_l(track->sessionId()); in removeTracks_l()
5559 sp<IAfEffectChain> chain = getEffectChain_l(AUDIO_SESSION_OUTPUT_MIX); in prepareTracks_l()
7996 sp<IAfEffectChain> chain = getEffectChain_l(AUDIO_SESSION_OUTPUT_STAGE); in checkOutputStageEffects()
8286 Vector<sp<IAfEffectChain>> effectChains; in threadLoop()
8984 sp<IAfEffectChain> chain = getEffectChain_l(sessionId); in createRecordTrack_l()
9822 status_t RecordThread::addEffectChain_l(const sp<IAfEffectChain>& chain) in addEffectChain_l()
9840 size_t RecordThread::removeEffectChain_l(const sp<IAfEffectChain>& chain) in removeEffectChain_l()
10409 sp<IAfEffectChain> chain = getEffectChain_l(mSessionId); in start()
10468 sp<IAfEffectChain> chain = getEffectChain_l(track->sessionId()); in stop()
10557 Vector<sp<IAfEffectChain>> effectChains; in threadLoop()
10805 status_t MmapThread::addEffectChain_l(const sp<IAfEffectChain>& chain) in addEffectChain_l()
10829 size_t MmapThread::removeEffectChain_l(const sp<IAfEffectChain>& chain) in removeEffectChain_l()