Searched refs:pCEngine_class (Results 1 – 2 of 2) sorted by relevance
31 const ClassTable *pCEngine_class) in liCreateEngine() argument82 assert(NULL != pCEngine_class); in liCreateEngine()83 result = checkInterfaces(pCEngine_class, numInterfaces, in liCreateEngine()104 const struct iid_vtable *x = pCEngine_class->mInterfaces; in liCreateEngine()107 for (index = 0; index < pCEngine_class->mInterfaceCount; ++index, ++x, in liCreateEngine()143 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
426 const ClassTable *pCEngine_class);