Searched refs:mAECEffect (Results 1 – 3 of 3) sorted by relevance
26 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()
689 android::sp<android::AudioEffect> mAECEffect; member
460 if (!android_fx_initEffectObj(sessionId, iaec->mAECEffect, in android_aec_init()