Home
last modified time | relevance | path

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

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