Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIAcousticEchoCancellation.cpp25 static inline bool NO_ECHOCANCEL(IAndroidAcousticEchoCancellation* v) { in NO_ECHOCANCEL()
35 IAndroidAcousticEchoCancellation *thiz = (IAndroidAcousticEchoCancellation *) self; in IAndroidAcousticEchoCancellation_SetEnabled()
58 IAndroidAcousticEchoCancellation *thiz = (IAndroidAcousticEchoCancellation *) self; in IAndroidAcousticEchoCancellation_IsEnabled()
79 IAndroidAcousticEchoCancellation *thiz = (IAndroidAcousticEchoCancellation *) self; in IAndroidAcousticEchoCancellation_init()
89 IAndroidAcousticEchoCancellation *thiz = (IAndroidAcousticEchoCancellation *) self; in IAndroidAcousticEchoCancellation_deinit()
96 IAndroidAcousticEchoCancellation *thiz = (IAndroidAcousticEchoCancellation *) self; in IAndroidAcousticEchoCancellation_Expose()
/frameworks/wilhelm/src/android/
Dandroid_Effect.h75 extern void android_aec_init(audio_session_t sessionId, IAndroidAcousticEchoCancellation* iaec);
Dandroid_Effect.cpp457 void android_aec_init(audio_session_t sessionId, IAndroidAcousticEchoCancellation* iaec) { in android_aec_init()
/frameworks/wilhelm/src/
Dclasses.h147 IAndroidAcousticEchoCancellation mAcousticEchoCancellation;
Ditfstruct.h690 } IAndroidAcousticEchoCancellation; typedef