Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp641 moveEffectChain_l(lSessionId, effectThread, thread, true); in createTrack()
1941 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true); in closeOutput_nonvirtual()
2697 return moveEffectChain_l(sessionId, srcThread, dstThread, false); in moveEffects()
2701 status_t AudioFlinger::moveEffectChain_l(int sessionId, in moveEffectChain_l() function in android::AudioFlinger
DAudioFlinger.h575 status_t moveEffectChain_l(int sessionId,
DThreads.cpp2249 mAudioFlinger->moveEffectChain_l(effectChains[i]->sessionId(), this, this, false); in readOutputParameters_l()