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

  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 141 extern SLAPIENTRY const SLInterfaceID SL_IID_ANDROIDCONFIGURATION;
  /system/media/opensles/include/SLES/
OpenSLES_Android.h 141 extern SLAPIENTRY const SLInterfaceID SL_IID_ANDROIDCONFIGURATION;
  /system/media/opensles/tests/examples/
slesTestRecBuffQueue.cpp 49 /* Explicitly requesting SL_IID_ANDROIDSIMPLEBUFFERQUEUE and SL_IID_ANDROIDCONFIGURATION
188 iidArray[1] = SL_IID_ANDROIDCONFIGURATION;
219 result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf);
  /system/media/opensles/tests/mimeUri/
slesTestPlayStreamType.cpp 112 iidArray[1] = SL_IID_ANDROIDCONFIGURATION;
137 result = (*player)->GetInterface(player, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf);
  /system/media/opensles/libopensles/
OpenSLES_IID.c 144 // SL_IID_ANDROIDCONFIGURATION (the lack of ifdef is intentional)
204 const SLInterfaceID SL_IID_ANDROIDCONFIGURATION = &SL_IID_array[MPH_ANDROIDCONFIGURATION];

Completed in 1801 milliseconds