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

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

Completed in 92 milliseconds