Home
last modified time | relevance | path

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

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