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

/frameworks/wilhelm/src/
H A Dsl_entry.c22 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds,
21 slCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, const SLEngineOption *pEngineOptions, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) argument
H A Dxa_entry.c22 const XAEngineOption *pEngineOptions, XAuint32 numInterfaces,
28 (const SLEngineOption *) pEngineOptions, numInterfaces,
21 xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, const XAEngineOption *pEngineOptions, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) argument
H A Dentry.c29 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
48 if ((0 < numOptions) && (NULL == pEngineOptions)) {
49 SL_LOGE("numOptions=%u and pEngineOptions=NULL", numOptions);
60 const SLEngineOption *option = pEngineOptions;
28 liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, const SLEngineOption *pEngineOptions, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired, const ClassTable *pCEngine_class) argument

Completed in 23 milliseconds