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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp635 moveEffectChain_l(lSessionId, effectThread, thread, true);
1883 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true);
2630 return moveEffectChain_l(sessionId, srcThread, dstThread, false);
2633 // moveEffectChain_l must be called with both srcThread and dstThread mLocks held
2634 status_t AudioFlinger::moveEffectChain_l(int sessionId, function in class:android::AudioFlinger
2639 ALOGV("moveEffectChain_l() session %d from thread %p to thread %p",
2644 ALOGW("moveEffectChain_l() effect chain for session %d not on source thread %p",
2654 ALOGW("moveEffectChain_l() effect chain failed because"
2690 ALOGW("moveEffectChain_l() cannot get chain from effect %p", effect.get());

Completed in 12 milliseconds