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

/frameworks/wilhelm/src/itf/
H A DIEngine.c674 static SLresult IEngine_CreateOutputMix(SLEngineItf self, SLObjectItf *pMix, SLuint32 numInterfaces, argument
679 if (NULL == pMix) {
682 *pMix = NULL;
714 *pMix = &thiz->mObject.mItf;
1281 static XAresult IXAEngine_CreateOutputMix(XAEngineItf self, XAObjectItf *pMix, argument
1287 (SLObjectItf *) pMix, numInterfaces, (const SLInterfaceID *) pInterfaceIds,

Completed in 40 milliseconds