Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp635 moveEffectChain_l(lSessionId, effectThread, thread, true); in createTrack()
1883 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true); in closeOutput_nonvirtual()
2630 return moveEffectChain_l(sessionId, srcThread, dstThread, false); in moveEffects()
2634 status_t AudioFlinger::moveEffectChain_l(int sessionId, in moveEffectChain_l() function in android::AudioFlinger
DAudioFlinger.h556 status_t moveEffectChain_l(int sessionId,
DThreads.cpp1944 mAudioFlinger->moveEffectChain_l(effectChains[i]->sessionId(), this, this, false); in readOutputParameters_l()