Home
last modified time | relevance | path

Searched refs:mOutputMixExt (Results 1 – 5 of 5) sorted by relevance

/frameworks/wilhelm/src/objects/
DCOutputMix.cpp75 outputMix->mOutputMixExt.mDestroyRequested = true; in COutputMix_PreDestroy()
76 while (outputMix->mOutputMixExt.mDestroyRequested) { in COutputMix_PreDestroy()
/frameworks/wilhelm/src/itf/
DIOutputMixExt.cpp87 unsigned i = track - outputMix->mOutputMixExt.mTracks; in track_check()
91 assert(outputMix->mOutputMixExt.mActiveMask & mask); in track_check()
92 outputMix->mOutputMixExt.mActiveMask &= ~mask; in track_check()
389 pAudioSnk->pLocator)->outputMix)->mOutputMixExt; in IOutputMixExt_checkAudioPlayerSourceSink()
/frameworks/wilhelm/src/desktop/
DSDL.cpp35 SLOutputMixExtItf OutputMixExt = &outputMix->mOutputMixExt.mItf; in SDL_callback()
/frameworks/wilhelm/src/
Dclasses.h293 IOutputMixExt mOutputMixExt; member
Dclasses.cpp349 {MPH_OUTPUTMIXEXT, INTERFACE_UNAVAILABLE, offsetof(COutputMix, mOutputMixExt)},