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

/frameworks/wilhelm/src/
H A Dentry.cpp30 const ClassTable *pCEngine_class)
81 assert(NULL != pCEngine_class);
82 result = checkInterfaces(pCEngine_class, numInterfaces,
103 const struct iid_vtable *x = pCEngine_class->mInterfaces;
106 for (index = 0; index < pCEngine_class->mInterfaceCount; ++index, ++x,
141 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL);
27 liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, const SLEngineOption *pEngineOptions, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired, const ClassTable *pCEngine_class) argument

Completed in 43 milliseconds