Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIAcousticEchoCancellation.cpp97 if (!android_fx_initEffectDescriptor(SL_IID_ANDROIDACOUSTICECHOCANCELLATION, in IAndroidAcousticEchoCancellation_Expose()
/frameworks/wilhelm/src/
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.cpp743 if (memcmp(SL_IID_ANDROIDACOUSTICECHOCANCELLATION, &descriptor->type, in android_audioRecorder_realize()