Home
last modified time | relevance | path

Searched refs:SL_IID_EQUALIZER (Results 1 – 9 of 9) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Doutputmix.c100 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_EQUALIZER, in main()
128 SL_IID_ENVIRONMENTALREVERB, SL_IID_EQUALIZER, SL_IID_PRESETREVERB, SL_IID_VIRTUALIZER, in main()
153 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_EQUALIZER, in main()
/frameworks/wilhelm/src/android/
DOutputMix_to_android.cpp35 if (memcmp(SL_IID_EQUALIZER, &om->mEqualizer.mEqDescriptor.type, in android_outputMix_realize()
DAudioPlayer_to_android.cpp1883 if (memcmp(SL_IID_EQUALIZER, &pAudioPlayer->mEqualizer.mEqDescriptor.type, in android_audioPlayer_realize()
/frameworks/wilhelm/
DlibOpenSLES.map.txt28 SL_IID_EQUALIZER; # var
/frameworks/wilhelm/tests/examples/
DslesTestEqOutputPath.cpp101 iidArray[0] = SL_IID_EQUALIZER; in TestEQPathFromFD()
112 result = (*outputMix)->GetInterface(outputMix, SL_IID_EQUALIZER, (void*)&eqOutputItf); in TestEQPathFromFD()
DslesTestEqFdPath.cpp119 iidArray[1] = SL_IID_EQUALIZER; in TestEQPathFromFD()
165 result = (*player)->GetInterface(player, SL_IID_EQUALIZER, (void*)&eqItf); in TestEQPathFromFD()
/frameworks/wilhelm/src/
Dsl_iid.cpp44 const SLInterfaceID SL_IID_EQUALIZER = &SL_IID_array[MPH_EQUALIZER]; variable
/frameworks/wilhelm/src/itf/
DIEqualizer.cpp513 if (!android_fx_initEffectDescriptor(SL_IID_EQUALIZER, &thiz->mEqDescriptor)) { in IEqualizer_Expose()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1217 extern SL_API const SLInterfaceID SL_IID_EQUALIZER;