Searched refs:moveEffectChain_l (Results 1 - 3 of 3) 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());
H A DAudioFlinger.h655 status_t moveEffectChain_l(audio_session_t sessionId,
H A DThreads.cpp2459 // create a copy of mEffectChains as calling moveEffectChain_l() can reorder some effect chains
2462 mAudioFlinger->moveEffectChain_l(effectChains[i]->sessionId(), this, this, false);

Completed in 1344 milliseconds