HomeSort by relevance Sort by last modified time
    Searched refs:numInterfaces (Results 1 - 18 of 18) sorted by null

  /system/media/wilhelm/src/
sl_entry.c 22 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds,
xa_entry.c 22 const XAEngineOption *pEngineOptions, XAuint32 numInterfaces,
28 (const SLEngineOption *) pEngineOptions, numInterfaces,
entry.c 29 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
83 result = checkInterfaces(pCEngine_class, numInterfaces,
sles_allinclusive.h 297 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds,
423 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
sles.c 150 SLresult checkInterfaces(const ClassTable *clazz, SLuint32 numInterfaces,
181 if (0 < numInterfaces) {
187 for (i = 0; i < numInterfaces; ++i) {
  /system/media/wilhelm/src/itf/
IEngine.c 115 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
129 result = checkInterfaces(pCLEDDevice_class, numInterfaces, pInterfaceIds,
153 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
167 result = checkInterfaces(pCVibraDevice_class, numInterfaces,
191 SLDataSource *pAudioSrc, SLDataSink *pAudioSnk, SLuint32 numInterfaces,
203 result = checkInterfaces(pCAudioPlayer_class, numInterfaces,
424 SLDataSource *pAudioSrc, SLDataSink *pAudioSnk, SLuint32 numInterfaces,
439 result = checkInterfaces(pCAudioRecorder_class, numInterfaces,
562 SLDataSink *pVibra, SLDataSink *pLEDArray, SLuint32 numInterfaces,
577 result = checkInterfaces(pCMidiPlayer_class, numInterfaces,
    [all...]
IObject.c 687 SLint16 numInterfaces, SLInterfaceID *pInterfaceIDs, SLboolean enabled)
693 if (0 < numInterfaces) {
702 for (i = 0; i < (SLuint32) numInterfaces; ++i) {
  /system/media/wilhelm/tests/sandbox/
urimime.c 77 SLuint32 numInterfaces = 1;
84 &audioSnk, numInterfaces, ids, req);
90 &audioSnk, numInterfaces, ids, req);
configbq.c 128 SLuint32 numInterfaces = 1;
135 &audioSnk, numInterfaces, ids, req);
  /system/media/wilhelm/src/ut/
OpenSLESUT.c 125 unsigned numInterfaces)
128 for (i = 0; i < numInterfaces; ++i) {
  /frameworks/base/services/java/com/android/server/usb/
UsbHostManager.java 118 int numInterfaces = interfaceValues.length / 5;
119 Parcelable[] interfaces = new UsbInterface[numInterfaces];
123 for (intf = 0; intf < numInterfaces; intf++) {
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /system/media/wilhelm/include/OMXAL/
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...]
  /dalvik/vm/reflect/
Proxy.cpp 246 int numInterfaces, maxCount, actualCount, allCount;
255 numInterfaces = interfaces->length;
258 for (i = 0; i < numInterfaces; i++, classes++) {
295 for (i = 0; i < numInterfaces; i++, classes++) {
    [all...]

Completed in 1460 milliseconds