Searched refs:numOptions (Results 1 – 7 of 7) sorted by relevance
/frameworks/wilhelm/src/ |
D | sl_entry.cpp | 21 SL_API SLresult SLAPIENTRY slCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions, in slCreateEngine() argument 27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds, in slCreateEngine()
|
D | xa_entry.cpp | 21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, in xaCreateEngine() argument 27 result = liCreateEngine((SLObjectItf *) pEngine, numOptions, in xaCreateEngine()
|
D | entry.cpp | 27 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()
|
D | sles_allinclusive.h | 431 extern LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
|
/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/ |
D | sles_trampolines.cc | 910 auto [pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds, pInterfaceRequired] = in DoCustomTrampoline_slCreateEngine() 915 pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds, pInterfaceRequired); in DoCustomTrampoline_slCreateEngine()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 2754 SLuint32 numOptions,
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 509 XAuint32 numOptions,
|