[go: nahoru, domu]

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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h569 status_t moveEffectChain_l(audio_session_t sessionId,
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());
H A DThreads.cpp2365 // create a copy of mEffectChains as calling moveEffectChain_l() can reorder some effect chains
2368 mAudioFlinger->moveEffectChain_l(effectChains[i]->sessionId(), this, this, false);

Completed in 80 milliseconds