Searched refs:moveEffectChain_l (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/audioflinger/
H A DAudioFlinger.h789 status_t moveEffectChain_l(int session,
H A DAudioFlinger.cpp361 moveEffectChain_l(lSessionId, effectThread, thread, true);
1393 // create a copy of mEffectChains as calling moveEffectChain_l() can reorder some effect chains
1396 mAudioFlinger->moveEffectChain_l(effectChains[i]->sessionId(), this, this, false);
4844 moveEffectChain_l(session, srcThread, dstThread, false);
4849 // moveEffectChain_l mustbe called with both srcThread and dstThread mLocks held
4850 status_t AudioFlinger::moveEffectChain_l(int session, function in class:android::AudioFlinger
4855 LOGV("moveEffectChain_l() session %d from thread %p to thread %p",
4860 LOGW("moveEffectChain_l() effect chain for session %d not on source thread %p",
4885 LOGW("moveEffectChain_l() cannot get chain from effect %p", effect.get());

Completed in 83 milliseconds