Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libOpenSLES/
H A Dstubs_arm.cc29 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_ANDROIDACOUSTICECHOCANCELLATION);
87 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_ANDROIDACOUSTICECHOCANCELLATION); in init_stub_library()
H A Dstubs_arm64.cc29 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_ANDROIDACOUSTICECHOCANCELLATION);
87 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_ANDROIDACOUSTICECHOCANCELLATION); in init_stub_library()
/aosp12/frameworks/wilhelm/src/itf/
H A DIAcousticEchoCancellation.cpp97 if (!android_fx_initEffectDescriptor(SL_IID_ANDROIDACOUSTICECHOCANCELLATION, in IAndroidAcousticEchoCancellation_Expose()
/aosp12/frameworks/wilhelm/src/
H A DlibOpenSLES.map.txt9 SL_IID_ANDROIDACOUSTICECHOCANCELLATION; # var introduced=21
H A Dsl_iid.cpp85 const SLInterfaceID SL_IID_ANDROIDACOUSTICECHOCANCELLATION = variable
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp245 iidArray[index++] = SL_IID_ANDROIDACOUSTICECHOCANCELLATION; in TestRecToBuffQueue()
390 recorder, SL_IID_ANDROIDACOUSTICECHOCANCELLATION, (void*)&aecItf); in TestRecToBuffQueue()
/aosp12/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h408 extern SL_API const SLInterfaceID SL_IID_ANDROIDACOUSTICECHOCANCELLATION;
/aosp12/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp755 if (memcmp(SL_IID_ANDROIDACOUSTICECHOCANCELLATION, &descriptor->type, in android_audioRecorder_realize()