Home
last modified time | relevance | path

Searched refs:moveEffectChain_l (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp981 if (moveEffectChain_l(sessionId, effectThread, thread) == NO_ERROR) { in createTrack()
2747 moveEffectChain_l(effectChains[i]->sessionId(), playbackThread.get(), in closeOutput_nonvirtual()
3962 return moveEffectChain_l(sessionId, srcThread, dstThread); in moveEffects()
3983 status_t AudioFlinger::moveEffectChain_l(audio_session_t sessionId, in moveEffectChain_l() function in android::AudioFlinger
H A DAudioFlinger.h770 status_t moveEffectChain_l(audio_session_t sessionId,
H A DThreads.cpp3080 mAudioFlinger->moveEffectChain_l(effectChains[i]->sessionId(), in readOutputParameters_l()