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

1 2 3

  /system/media/audio_effects/include/audio_effects/
effect_equalizer.h 25 const effect_uuid_t * const SL_IID_EQUALIZER = &SL_IID_EQUALIZER_;
  /frameworks/wilhelm/src/android/
OutputMix_to_android.cpp 35 if (memcmp(SL_IID_EQUALIZER, &om->mEqualizer.mEqDescriptor.type,
AudioPlayer_to_android.cpp     [all...]
  /frameworks/wilhelm/tests/sandbox/
outputmix.c 100 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_EQUALIZER,
128 SL_IID_ENVIRONMENTALREVERB, SL_IID_EQUALIZER, SL_IID_PRESETREVERB, SL_IID_VIRTUALIZER,
153 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_EQUALIZER,
  /frameworks/wilhelm/src/
sl_iid.c 44 const SLInterfaceID SL_IID_EQUALIZER = &SL_IID_array[MPH_EQUALIZER];
  /frameworks/wilhelm/tests/examples/
slesTestEqFdPath.cpp 119 iidArray[1] = SL_IID_EQUALIZER;
165 result = (*player)->GetInterface(player, SL_IID_EQUALIZER, (void*)&eqItf);
slesTestEqOutputPath.cpp 101 iidArray[0] = SL_IID_EQUALIZER;
112 result = (*outputMix)->GetInterface(outputMix, SL_IID_EQUALIZER, (void*)&eqOutputItf);
  /frameworks/wilhelm/src/itf/
IEqualizer.c 513 if (!android_fx_initEffectDescriptor(SL_IID_EQUALIZER, &thiz->mEqDescriptor)) {
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 1310 milliseconds

1 2 3