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

1 2

  /frameworks/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 298 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds,
424 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
sles.c 151 SLresult checkInterfaces(const ClassTable *clazz, SLuint32 numInterfaces,
182 if (0 < numInterfaces) {
188 for (i = 0; i < numInterfaces; ++i) {
  /frameworks/wilhelm/src/itf/
IEngine.c 95 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
109 result = checkInterfaces(pCLEDDevice_class, numInterfaces, pInterfaceIds,
133 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
147 result = checkInterfaces(pCVibraDevice_class, numInterfaces,
171 SLDataSource *pAudioSrc, SLDataSink *pAudioSnk, SLuint32 numInterfaces,
183 result = checkInterfaces(pCAudioPlayer_class, numInterfaces,
406 SLDataSource *pAudioSrc, SLDataSink *pAudioSnk, SLuint32 numInterfaces,
421 result = checkInterfaces(pCAudioRecorder_class, numInterfaces,
547 SLDataSink *pVibra, SLDataSink *pLEDArray, SLuint32 numInterfaces,
562 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) {
  /frameworks/base/services/java/com/android/server/usb/
UsbHostManager.java 117 int numInterfaces = interfaceValues.length / 5;
118 Parcelable[] interfaces = new UsbInterface[numInterfaces];
122 for (intf = 0; intf < numInterfaces; intf++) {
  /frameworks/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);
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 125 unsigned numInterfaces)
128 for (i = 0; i < numInterfaces; ++i) {
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]

Completed in 982 milliseconds

1 2