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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp689 moveEffectChain_l(lSessionId, effectThread, thread, true);
1999 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true);
2804 return moveEffectChain_l(sessionId, srcThread, dstThread, false);
2807 // moveEffectChain_l must be called with both srcThread and dstThread mLocks held
2808 status_t AudioFlinger::moveEffectChain_l(audio_session_t sessionId, function in class:android::AudioFlinger
2813 ALOGV("moveEffectChain_l() session %d from thread %p to thread %p",
2818 ALOGW("moveEffectChain_l() effect chain for session %d not on source thread %p",
2828 ALOGW("moveEffectChain_l() effect chain failed because"
2864 ALOGW("moveEffectChain_l() cannot get chain from effect %p", effect.get());

Completed in 42 milliseconds