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

1 2 3 4 5 6 7

  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
Usb10ACHeader.java 73 int numInterfaces = getNumInterfaces();
75 sb.append("" + numInterfaces + " Interfaces");
76 if (numInterfaces > 0) {
80 for (int index = 0; index < numInterfaces; index++) {
82 if (index < numInterfaces - 1) {
  /frameworks/wilhelm/src/
sl_entry.cpp 22 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds,
xa_entry.cpp 22 const XAEngineOption *pEngineOptions, XAuint32 numInterfaces,
28 (const SLEngineOption *) pEngineOptions, numInterfaces,
entry.cpp 28 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
82 result = checkInterfaces(pCEngine_class, numInterfaces,
sles_allinclusive.h 298 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds,
424 const SLEngineOption *pEngineOptions, SLuint32 numInterfaces,
sles.cpp 151 SLresult checkInterfaces(const ClassTable *clazz, SLuint32 numInterfaces,
182 if (0 < numInterfaces) {
188 for (i = 0; i < numInterfaces; ++i) {
  /frameworks/wilhelm/src/itf/
IEngine.cpp 96 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
110 result = checkInterfaces(pCLEDDevice_class, numInterfaces, pInterfaceIds,
134 SLuint32 numInterfaces, const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
148 result = checkInterfaces(pCVibraDevice_class, numInterfaces,
172 SLDataSource *pAudioSrc, SLDataSink *pAudioSnk, SLuint32 numInterfaces,
184 result = checkInterfaces(pCAudioPlayer_class, numInterfaces,
412 SLDataSource *pAudioSrc, SLDataSink *pAudioSnk, SLuint32 numInterfaces,
427 result = checkInterfaces(pCAudioRecorder_class, numInterfaces,
555 SLDataSink *pVibra, SLDataSink *pLEDArray, SLuint32 numInterfaces,
570 result = checkInterfaces(pCMidiPlayer_class, numInterfaces,
    [all...]
IObject.cpp 687 SLint16 numInterfaces, SLInterfaceID *pInterfaceIDs, SLboolean enabled)
693 if (0 < numInterfaces) {
702 for (i = 0; i < (SLuint32) numInterfaces; ++i) {
  /frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
UsbUtil.java 47 int numInterfaces = device.getInterfaceCount();
48 for (int i = 0; i < numInterfaces; i++) {
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
UsbUtil.java 50 int numInterfaces = device.getInterfaceCount();
51 for (int i = 0; i < numInterfaces; i++) {
  /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 134 unsigned numInterfaces)
137 for (i = 0; i < numInterfaces; ++i) {
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 216 int numInterfaces = NUM_EXPLICIT_INTERFACES_FOR_RECORDER;
217 if (aec) numInterfaces++;
218 if (agc) numInterfaces++;
219 if (ns) numInterfaces++;
221 SLboolean required[numInterfaces];
222 SLInterfaceID iidArray[numInterfaces];
229 for (int i=0 ; i < numInterfaces ; i++) {
317 numInterfaces, iidArray, required);
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /development/ndk/platforms/android-24/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/r10/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h 442 SLint16 numInterfaces,
    [all...]

Completed in 536 milliseconds

1 2 3 4 5 6 7