Home
last modified time | relevance | path

Searched refs:SL_IID_ANDROIDAUTOMATICGAINCONTROL (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/native_bridge_support/libOpenSLES/
Dstubs_arm.cc30 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_ANDROIDAUTOMATICGAINCONTROL);
88 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_ANDROIDAUTOMATICGAINCONTROL); in init_stub_library()
Dstubs_arm64.cc30 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_ANDROIDAUTOMATICGAINCONTROL);
88 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_ANDROIDAUTOMATICGAINCONTROL); in init_stub_library()
/frameworks/wilhelm/src/itf/
DIAutomaticGainControl.cpp94 if (!android_fx_initEffectDescriptor(SL_IID_ANDROIDAUTOMATICGAINCONTROL, in IAndroidAutomaticGainControl_Expose()
/frameworks/wilhelm/src/
DlibOpenSLES.map.txt10 SL_IID_ANDROIDAUTOMATICGAINCONTROL; # var introduced=21
Dsl_iid.cpp87 const SLInterfaceID SL_IID_ANDROIDAUTOMATICGAINCONTROL = variable
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp248 iidArray[index++] = SL_IID_ANDROIDAUTOMATICGAINCONTROL; in TestRecToBuffQueue()
406 recorder, SL_IID_ANDROIDAUTOMATICGAINCONTROL, (void*)&agcItf); in TestRecToBuffQueue()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h428 extern SL_API const SLInterfaceID SL_IID_ANDROIDAUTOMATICGAINCONTROL;
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp755 if (memcmp(SL_IID_ANDROIDAUTOMATICGAINCONTROL, &descriptor->type, in android_audioRecorder_realize()