OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
280
IOutputMixExt
mOutputMixExt
;
classes.c
341
{MPH_OUTPUTMIXEXT, INTERFACE_UNAVAILABLE, offsetof(COutputMix,
mOutputMixExt
)},
Completed in 897 milliseconds