Home | History | Annotate | Download | only in objects

Lines Matching defs:outputMix

17 /* \file COutputMix.c OutputMix class */
61 COutputMix *outputMix = (COutputMix *) self;
63 if (0 == outputMix->mObject.mStrongRefCount) {
66 IEngine *thisEngine = &outputMix->mObject.mEngine->mEngine;
69 if (outputMix == thisEngine->mOutputMix) {
75 outputMix->mOutputMixExt.mDestroyRequested = true;
76 while (outputMix->mOutputMixExt.mDestroyRequested) {
77 object_cond_wait(&outputMix->mObject);
88 SL_LOGE("Object::Destroy(%p) for OutputMix ignored; %u players attached", outputMix,
89 outputMix->mObject.mStrongRefCount);