Home
last modified time | relevance | path

Searched refs:SL_IID_ENVIRONMENTALREVERB (Results 1 – 11 of 11) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Ddim.c76 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main()
82 result = (*outputMixDIM)->ResumeInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB, in main()
87 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main()
93 result = (*outputMixDIM)->AddInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB, in main()
98 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main()
104 result = (*outputMixDIM)->AddInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB, in main()
109 result = (*outputMixDIM)->ResumeInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB, in main()
114 result = (*outputMixDIM)->RemoveInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB); in main()
119 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main()
123 result = (*outputMixDIM)->RemoveInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB); in main()
[all …]
Doutputmix.c96 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main()
128 SL_IID_ENVIRONMENTALREVERB, SL_IID_EQUALIZER, SL_IID_PRESETREVERB, SL_IID_VIRTUALIZER, in main()
150 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main()
Dreverb.c329 mix_ids[count++] = SL_IID_ENVIRONMENTALREVERB; in main()
366 result = (*mixObject)->GetInterface(mixObject, SL_IID_ENVIRONMENTALREVERB, in main()
416 player_ids[count++] = SL_IID_ENVIRONMENTALREVERB; in main()
548 result = (*playerObject)->GetInterface(playerObject, SL_IID_ENVIRONMENTALREVERB, in main()
Dplaybq.cpp350 SLInterfaceID ids[1] = {SL_IID_ENVIRONMENTALREVERB}; in main()
361 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_ENVIRONMENTALREVERB, in main()
/frameworks/libs/native_bridge_support/libOpenSLES/
Dstubs_arm.cc50 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_ENVIRONMENTALREVERB);
108 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_ENVIRONMENTALREVERB); in init_stub_library()
Dstubs_arm64.cc50 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_ENVIRONMENTALREVERB);
108 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_ENVIRONMENTALREVERB); in init_stub_library()
/frameworks/wilhelm/src/android/
DOutputMix_to_android.cpp50 if (memcmp(SL_IID_ENVIRONMENTALREVERB, in android_outputMix_realize()
/frameworks/wilhelm/src/
DlibOpenSLES.map.txt30 SL_IID_ENVIRONMENTALREVERB; # var
Dsl_iid.cpp43 const SLInterfaceID SL_IID_ENVIRONMENTALREVERB = &SL_IID_array[MPH_ENVIRONMENTALREVERB]; variable
/frameworks/wilhelm/src/itf/
DIEnvironmentalReverb.cpp785 if (!android_fx_initEffectDescriptor(SL_IID_ENVIRONMENTALREVERB, in IEnvironmentalReverb_Expose()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1519 extern SL_API const SLInterfaceID SL_IID_ENVIRONMENTALREVERB;