/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IEngine.cpp | 148 result = checkInterfaces(pCVibraDevice_class, numInterfaces, in IEngine_CreateVibraDevice() 184 result = checkInterfaces(pCAudioPlayer_class, numInterfaces, in IEngine_CreateAudioPlayer() 653 result = checkInterfaces(pC3DGroup_class, numInterfaces, in IEngine_Create3DGroup() 688 result = checkInterfaces(pCOutputMix_class, numInterfaces, in IEngine_CreateOutputMix() 770 void *pParameters, SLuint32 objectID, SLuint32 numInterfaces, in IEngine_CreateExtensionObject() argument 1031 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IEngine_CreateRadioDevice() argument 1044 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IXAEngine_CreateLEDDevice() argument 1068 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IEngine_CreateMediaPlayer() argument 1080 result = checkInterfaces(pCMediaPlayer_class, numInterfaces, in IEngine_CreateMediaPlayer() 1288 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IXAEngine_CreateOutputMix() argument [all …]
|
H A D | IObject.cpp | 686 SLint16 numInterfaces, SLInterfaceID *pInterfaceIDs, SLboolean enabled) in IObject_SetLossOfControlInterfaces() argument 692 if (0 < numInterfaces) { in IObject_SetLossOfControlInterfaces() 701 for (i = 0; i < (SLuint32) numInterfaces; ++i) { in IObject_SetLossOfControlInterfaces()
|
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
H A D | Usb10ACHeader.java | 73 int numInterfaces = getNumInterfaces(); in report() local 75 sb.append("" + numInterfaces + " Interfaces"); in report() 76 if (numInterfaces > 0) { in report() 80 for (int index = 0; index < numInterfaces; index++) { in report() 82 if (index < numInterfaces - 1) { in report()
|
/aosp12/frameworks/wilhelm/tests/examples/ |
H A D | slesTestRecBuffQueue.cpp | 216 int numInterfaces = NUM_EXPLICIT_INTERFACES_FOR_RECORDER; in TestRecToBuffQueue() local 217 if (aec) numInterfaces++; in TestRecToBuffQueue() 218 if (agc) numInterfaces++; in TestRecToBuffQueue() 219 if (ns) numInterfaces++; in TestRecToBuffQueue() 221 SLboolean required[numInterfaces]; in TestRecToBuffQueue() 222 SLInterfaceID iidArray[numInterfaces]; in TestRecToBuffQueue() 229 for (int i=0 ; i < numInterfaces ; i++) { in TestRecToBuffQueue() 317 numInterfaces, iidArray, required); in TestRecToBuffQueue()
|
/aosp12/frameworks/wilhelm/src/ |
H A D | sl_entry.cpp | 22 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces, in slCreateEngine() argument 27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds, in slCreateEngine()
|
H A D | xa_entry.cpp | 22 const XAEngineOption *pEngineOptions, XAuint32 numInterfaces, in xaCreateEngine() argument 28 (const SLEngineOption *) pEngineOptions, numInterfaces, in xaCreateEngine()
|
H A D | entry.cpp | 28 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces, in liCreateEngine() argument 82 result = checkInterfaces(pCEngine_class, numInterfaces, in liCreateEngine()
|
H A D | sles_allinclusive.h | 298 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, 432 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
|
H A D | sles.cpp | 151 SLresult checkInterfaces(const ClassTable *clazz, SLuint32 numInterfaces, in checkInterfaces() argument 182 if (0 < numInterfaces) { in checkInterfaces() 188 for (i = 0; i < numInterfaces; ++i) { in checkInterfaces()
|
/aosp12/frameworks/wilhelm/tests/sandbox/ |
H A D | urimime.c | 77 SLuint32 numInterfaces = 1; in main() local 84 &audioSnk, numInterfaces, ids, req); in main() 90 &audioSnk, numInterfaces, ids, req); in main()
|
H A D | configbq.c | 128 SLuint32 numInterfaces = 1; in main() local 135 &audioSnk, numInterfaces, ids, req); in main()
|
/aosp12/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/ |
H A D | UsbUtil.java | 47 int numInterfaces = device.getInterfaceCount(); in possiblyAndroid() local 48 for (int i = 0; i < numInterfaces; i++) { in possiblyAndroid()
|
/aosp12/frameworks/wilhelm/src/ut/ |
H A D | OpenSLESUT.c | 134 unsigned numInterfaces) in slesutPrintIIDs() argument 137 for (i = 0; i < numInterfaces; ++i) { in slesutPrintIIDs()
|
/aosp12/frameworks/wilhelm/include/SLES/ |
H A D | OpenSLES.h | 442 SLint16 numInterfaces, 2559 SLuint32 numInterfaces, 2567 SLuint32 numInterfaces, 2576 SLuint32 numInterfaces, 2585 SLuint32 numInterfaces, 2597 SLuint32 numInterfaces, 2604 SLuint32 numInterfaces, 2611 SLuint32 numInterfaces, 2618 SLuint32 numInterfaces, 2626 SLuint32 numInterfaces, [all …]
|
/aosp12/frameworks/wilhelm/include/OMXAL/ |
H A D | OpenMAXAL.h | 205 XAint16 numInterfaces, 511 XAuint32 numInterfaces, 549 XAuint32 numInterfaces, 556 XAuint32 numInterfaces, 564 XAuint32 numInterfaces, 572 XAuint32 numInterfaces, 585 XAuint32 numInterfaces, 595 XAuint32 numInterfaces, 602 XAuint32 numInterfaces, 610 XAuint32 numInterfaces, [all …]
|
/aosp12/frameworks/base/core/java/com/android/internal/usb/ |
H A D | DumpUtils.java | 98 int numInterfaces = configuration.getInterfaceCount(); in writeConfiguration() local 99 for (int i = 0; i < numInterfaces; i++) { in writeConfiguration()
|