Lines Matching refs:moveEffectChain_l
692 moveEffectChain_l(lSessionId, effectThread, thread, true);
2002 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true);
2826 return moveEffectChain_l(sessionId, srcThread, dstThread, false);
2829 // moveEffectChain_l must be called with both srcThread and dstThread mLocks held
2830 status_t AudioFlinger::moveEffectChain_l(audio_session_t sessionId,
2835 ALOGV("moveEffectChain_l() session %d from thread %p to thread %p",
2840 ALOGW("moveEffectChain_l() effect chain for session %d not on source thread %p",
2847 ALOGW("moveEffectChain_l() effect chain failed because"
2883 ALOGW("moveEffectChain_l() cannot get chain from effect %p", effect.get());