Home
last modified time | relevance | path

Searched refs:gReverbInterface (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp39 extern "C" const struct effect_interface_s gReverbInterface;
222 pContext->itfe = &gReverbInterface; in EffectCreate()
2012 const struct effect_interface_s gReverbInterface = { variable
/aosp12/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c30 const struct effect_interface_s gReverbInterface = { variable
131 module->itfe = &gReverbInterface; in EffectCreate()