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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp757 moveEffectChain_l(lSessionId, effectThread, thread, true);
2130 moveEffectChain_l(effectChains[i]->sessionId(), playbackThread.get(),
3089 return moveEffectChain_l(sessionId, srcThread, dstThread, false);
3092 // moveEffectChain_l must be called with both srcThread and dstThread mLocks held
3093 status_t AudioFlinger::moveEffectChain_l(audio_session_t sessionId, function in class:android::AudioFlinger
3098 ALOGV("moveEffectChain_l() session %d from thread %p to thread %p",
3103 ALOGW("moveEffectChain_l() effect chain for session %d not on source thread %p",
3110 ALOGW("moveEffectChain_l() effect chain failed because"
3146 ALOGW("moveEffectChain_l() cannot get chain from effect %p", effect.get());

Completed in 565 milliseconds