Home
last modified time | relevance | path

Searched refs:numOptions (Results 1 – 7 of 7) 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()
Dxa_entry.cpp21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, in xaCreateEngine() argument
27 result = liCreateEngine((SLObjectItf *) pEngine, numOptions, in xaCreateEngine()
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()
Dsles_allinclusive.h431 extern LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/
Dsles_trampolines.cc910 auto [pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds, pInterfaceRequired] = in DoCustomTrampoline_slCreateEngine()
915 pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds, pInterfaceRequired); in DoCustomTrampoline_slCreateEngine()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2754 SLuint32 numOptions,
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h509 XAuint32 numOptions,