Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIEngine.c678 const ClassTable *pCOutputMix_class = objectIDtoClass(SL_OBJECTID_OUTPUTMIX); in IEngine_CreateOutputMix() local
679 assert(NULL != pCOutputMix_class); in IEngine_CreateOutputMix()
680 result = checkInterfaces(pCOutputMix_class, numInterfaces, in IEngine_CreateOutputMix()
683 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self); in IEngine_CreateOutputMix()