Home
last modified time | relevance | path

Searched refs:numInterfaces (Results 1 – 13 of 13) sorted by relevance

/frameworks/wilhelm/src/itf/
DIEngine.c95 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateLEDDevice() argument
109 result = checkInterfaces(pCLEDDevice_class, numInterfaces, pInterfaceIds, in IEngine_CreateLEDDevice()
133 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired) in IEngine_CreateVibraDevice() argument
147 result = checkInterfaces(pCVibraDevice_class, numInterfaces, in IEngine_CreateVibraDevice()
171 SLDataSource *pAudioSrc, SLDataSink *pAudioSnk, SLuint32 numInterfaces, in IEngine_CreateAudioPlayer() argument
183 result = checkInterfaces(pCAudioPlayer_class, numInterfaces, in IEngine_CreateAudioPlayer()
406 SLDataSource *pAudioSrc, SLDataSink *pAudioSnk, SLuint32 numInterfaces, in IEngine_CreateAudioRecorder() argument
421 result = checkInterfaces(pCAudioRecorder_class, numInterfaces, in IEngine_CreateAudioRecorder()
547 SLDataSink *pVibra, SLDataSink *pLEDArray, SLuint32 numInterfaces, in IEngine_CreateMidiPlayer() argument
562 result = checkInterfaces(pCMidiPlayer_class, numInterfaces, in IEngine_CreateMidiPlayer()
[all …]
DIObject.c687 SLint16 numInterfaces, SLInterfaceID *pInterfaceIDs, SLboolean enabled) in IObject_SetLossOfControlInterfaces() argument
693 if (0 < numInterfaces) { in IObject_SetLossOfControlInterfaces()
702 for (i = 0; i < (SLuint32) numInterfaces; ++i) { in IObject_SetLossOfControlInterfaces()
/frameworks/wilhelm/src/
Dsl_entry.c22 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces, in slCreateEngine() argument
27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds, in slCreateEngine()
Dxa_entry.c22 const XAEngineOption *pEngineOptions, XAuint32 numInterfaces, in xaCreateEngine() argument
28 (const SLEngineOption *) pEngineOptions, numInterfaces, in xaCreateEngine()
Dentry.c29 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces, in liCreateEngine() argument
83 result = checkInterfaces(pCEngine_class, numInterfaces, in liCreateEngine()
Dsles_allinclusive.h298 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds,
424 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
Dsles.c151 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()
/frameworks/wilhelm/tests/sandbox/
Durimime.c77 SLuint32 numInterfaces = 1; in main() local
84 &audioSnk, numInterfaces, ids, req); in main()
90 &audioSnk, numInterfaces, ids, req); in main()
Dconfigbq.c128 SLuint32 numInterfaces = 1; in main() local
135 &audioSnk, numInterfaces, ids, req); in main()
/frameworks/base/services/java/com/android/server/usb/
DUsbHostManager.java117 int numInterfaces = interfaceValues.length / 5; in usbDeviceAdded() local
118 Parcelable[] interfaces = new UsbInterface[numInterfaces]; in usbDeviceAdded()
122 for (intf = 0; intf < numInterfaces; intf++) { in usbDeviceAdded()
/frameworks/wilhelm/src/ut/
DOpenSLESUT.c125 unsigned numInterfaces) in slesutPrintIIDs() argument
128 for (i = 0; i < numInterfaces; ++i) { in slesutPrintIIDs()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h442 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 …]
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h205 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 …]