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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp649 PlaybackThread *effectThread = NULL; local
664 effectThread = t.get();
685 if (lStatus == NO_ERROR && effectThread != NULL) {
688 Mutex::Autolock _sl(effectThread->mLock);
689 moveEffectChain_l(lSessionId, effectThread, thread, true);

Completed in 24 milliseconds