Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIAcousticEchoCancellation.cpp97 if (!android_fx_initEffectDescriptor(SL_IID_ANDROIDACOUSTICECHOCANCELLATION, in IAndroidAcousticEchoCancellation_Expose()
/frameworks/wilhelm/src/
DlibOpenSLES.map.txt9 SL_IID_ANDROIDACOUSTICECHOCANCELLATION; # var introduced=21
Dsl_iid.cpp85 const SLInterfaceID SL_IID_ANDROIDACOUSTICECHOCANCELLATION = variable
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp245 iidArray[index++] = SL_IID_ANDROIDACOUSTICECHOCANCELLATION; in TestRecToBuffQueue()
390 recorder, SL_IID_ANDROIDACOUSTICECHOCANCELLATION, (void*)&aecItf); in TestRecToBuffQueue()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h408 extern SL_API const SLInterfaceID SL_IID_ANDROIDACOUSTICECHOCANCELLATION;
/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp744 if (memcmp(SL_IID_ANDROIDACOUSTICECHOCANCELLATION, &descriptor->type, in android_audioRecorder_realize()