Searched refs:SL_IID_PRESETREVERB (Results 1 - 9 of 9) sorted by relevance

/frameworks/wilhelm/src/android/
H A DOutputMix_to_android.cpp45 if (memcmp(SL_IID_PRESETREVERB, &om->mPresetReverb.mPresetReverbDescriptor.type,
/frameworks/wilhelm/src/itf/
H A DIPresetReverb.c128 if (!android_fx_initEffectDescriptor(SL_IID_PRESETREVERB, &thiz->mPresetReverbDescriptor)) {
/frameworks/wilhelm/tests/sandbox/
H A Doutputmix.c104 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PRESETREVERB,
128 SL_IID_ENVIRONMENTALREVERB, SL_IID_EQUALIZER, SL_IID_PRESETREVERB, SL_IID_VIRTUALIZER,
156 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PRESETREVERB,
H A Dreverb.c325 mix_ids[count++] = SL_IID_PRESETREVERB;
340 result = (*mixObject)->GetInterface(mixObject, SL_IID_PRESETREVERB, &outputMixPresetReverb);
412 player_ids[count++] = SL_IID_PRESETREVERB;
521 result = (*playerObject)->GetInterface(playerObject, SL_IID_PRESETREVERB,
/frameworks/wilhelm/src/
H A Dsl_iid.c60 const SLInterfaceID SL_IID_PRESETREVERB = &SL_IID_array[MPH_PRESETREVERB]; variable
/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp120 iidArray[0] = SL_IID_PRESETREVERB;
131 result = (*outputMix)->GetInterface(outputMix, SL_IID_PRESETREVERB, (void*)&reverbItf);
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp235 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) {
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c132 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) {
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1420 extern SL_API const SLInterfaceID SL_IID_PRESETREVERB;

Completed in 230 milliseconds