Searched refs:pCEngine_class (Results 1 – 2 of 2) sorted by relevance
30 const ClassTable *pCEngine_class) in liCreateEngine() argument81 assert(NULL != pCEngine_class); in liCreateEngine()82 result = checkInterfaces(pCEngine_class, numInterfaces, in liCreateEngine()103 const struct iid_vtable *x = pCEngine_class->mInterfaces; in liCreateEngine()106 for (index = 0; index < pCEngine_class->mInterfaceCount; ++index, ++x, in liCreateEngine()141 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
434 const ClassTable *pCEngine_class);