Home
last modified time | relevance | path

Searched refs:mAECEffect (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
DIAcousticEchoCancellation.cpp26 return (v->mAECEffect == 0); in NO_ECHOCANCEL()
41 android::status_t status = thiz->mAECEffect->setEnabled((bool) thiz->mEnabled); in IAndroidAcousticEchoCancellation_SetEnabled()
63 *pEnabled = (SLboolean) thiz->mAECEffect->getEnabled(); in IAndroidAcousticEchoCancellation_IsEnabled()
84 (void) new (&thiz->mAECEffect) android::sp<android::AudioEffect>(); in IAndroidAcousticEchoCancellation_init()
91 thiz->mAECEffect.~sp(); in IAndroidAcousticEchoCancellation_deinit()
/frameworks/wilhelm/src/
Ditfstruct.h689 android::sp<android::AudioEffect> mAECEffect; member
/frameworks/wilhelm/src/android/
Dandroid_Effect.cpp460 if (!android_fx_initEffectObj(sessionId, iaec->mAECEffect, in android_aec_init()