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

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

Completed in 290 milliseconds