Searched defs:numOptions (Results 1 - 3 of 3) 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) {

Completed in 268 milliseconds