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

/frameworks/wilhelm/src/
H A Dsl_entry.cpp22 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.cpp22 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.cpp28 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
47 if ((0 < numOptions) && (NULL == pEngineOptions)) {
48 SL_LOGE("numOptions=%u and pEngineOptions=NULL", numOptions);
59 const SLEngineOption *option = pEngineOptions;
27 liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, const SLEngineOption *pEngineOptions, SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired, const ClassTable *pCEngine_class) argument

Completed in 58 milliseconds