Home
last modified time | relevance | path

Searched refs:numOptions (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/src/
Dsl_entry.cpp21 SL_API SLresult SLAPIENTRY slCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, in slCreateEngine() argument
27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds, in slCreateEngine()
Dentry.cpp27 LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, in liCreateEngine() argument
47 if ((0 < numOptions) && (NULL == pEngineOptions)) { in liCreateEngine()
48 SL_LOGE("numOptions=%u and pEngineOptions=NULL", numOptions); in liCreateEngine()
61 for (i = 0; i < numOptions; ++i, ++option) { in liCreateEngine()
Dxa_entry.cpp21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, in xaCreateEngine() argument
27 result = liCreateEngine((SLObjectItf *) pEngine, numOptions, in xaCreateEngine()
Dsles_allinclusive.h423 extern LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2754 SLuint32 numOptions,
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h509 XAuint32 numOptions,