Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp763 moveEffectChain_l(lSessionId, effectThread, thread, true); in createTrack()
2121 moveEffectChain_l(effectChains[i]->sessionId(), playbackThread.get(), in closeOutput_nonvirtual()
3103 return moveEffectChain_l(sessionId, srcThread, dstThread, false); in moveEffects()
3107 status_t AudioFlinger::moveEffectChain_l(audio_session_t sessionId, in moveEffectChain_l() function in android::AudioFlinger
DAudioFlinger.h658 status_t moveEffectChain_l(audio_session_t sessionId,
DThreads.cpp2466 mAudioFlinger->moveEffectChain_l(effectChains[i]->sessionId(), this, this, false); in readOutputParameters_l()