HomeSort by relevance Sort by last modified time
    Searched refs:mOutputMixExt (Results 1 - 5 of 5) sorted by null

  /frameworks/wilhelm/src/objects/
COutputMix.c 75 outputMix->mOutputMixExt.mDestroyRequested = true;
76 while (outputMix->mOutputMixExt.mDestroyRequested) {
  /frameworks/wilhelm/src/desktop/
SDL.c 35 SLOutputMixExtItf OutputMixExt = &outputMix->mOutputMixExt.mItf;
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 87 unsigned i = track - outputMix->mOutputMixExt.mTracks;
91 assert(outputMix->mOutputMixExt.mActiveMask & mask);
92 outputMix->mOutputMixExt.mActiveMask &= ~mask;
389 pAudioSnk->pLocator)->outputMix)->mOutputMixExt;
  /frameworks/wilhelm/src/
classes.h 284 IOutputMixExt mOutputMixExt;
classes.c 346 {MPH_OUTPUTMIXEXT, INTERFACE_UNAVAILABLE, offsetof(COutputMix, mOutputMixExt)},

Completed in 61 milliseconds