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

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

Completed in 21 milliseconds