Home
last modified time | relevance | path

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

/aosp12/frameworks/wilhelm/src/
H A 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()
H A 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()
H A Dxa_entry.cpp21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, in xaCreateEngine() argument
27 result = liCreateEngine((SLObjectItf *) pEngine, numOptions, in xaCreateEngine()
H A Dsles_allinclusive.h431 extern LI_API SLresult liCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
/aosp12/packages/services/Car/cpp/evs/manager/1.1/
H A DEnumerator.cpp744 const auto numOptions = options.size(); in cmdDumpDevice() local
745 if (numOptions > kOptionDumpDeviceTypeIndex) { in cmdDumpDevice()
766 if (numOptions < kDumpCameraMinNumArgs) { in cmdDumpDevice()
826 if (numOptions < kDumpCameraMinNumArgs + 1) { in cmdDumpDevice()
846 if (numOptions > kOptionDumpCameraArgsStartIndex + 2) { in cmdDumpDevice()
853 if (numOptions > kOptionDumpCameraArgsStartIndex + 1) { in cmdDumpDevice()
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2754 SLuint32 numOptions,
/aosp12/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h509 XAuint32 numOptions,