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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp524 moveEffectChain_l(lSessionId, effectThread, thread, true);
1620 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true);
2283 return moveEffectChain_l(sessionId, srcThread, dstThread, false);
2286 // moveEffectChain_l must be called with both srcThread and dstThread mLocks held
2287 status_t AudioFlinger::moveEffectChain_l(int sessionId, function in class:android::AudioFlinger
2292 ALOGV("moveEffectChain_l() session %d from thread %p to thread %p",
2297 ALOGW("moveEffectChain_l() effect chain for session %d not on source thread %p",
2332 ALOGW("moveEffectChain_l() cannot get chain from effect %p", effect.get());
H A DAudioFlinger.h457 status_t moveEffectChain_l(int sessionId,
H A DThreads.cpp1715 // create a copy of mEffectChains as calling moveEffectChain_l() can reorder some effect chains
1718 mAudioFlinger->moveEffectChain_l(effectChains[i]->sessionId(), this, this, false);

Completed in 89 milliseconds