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

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

Completed in 59 milliseconds