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

/frameworks/wilhelm/src/itf/
H A DIEngine.c675 static SLresult IEngine_CreateOutputMix(SLEngineItf self, SLObjectItf *pMix, SLuint32 numInterfaces, argument
680 if (NULL == pMix) {
683 *pMix = NULL;
715 *pMix = &thiz->mObject.mItf;
1286 static XAresult IXAEngine_CreateOutputMix(XAEngineItf self, XAObjectItf *pMix, argument
1292 (SLObjectItf *) pMix, numInterfaces, (const SLInterfaceID *) pInterfaceIds,

Completed in 49 milliseconds