Searched refs:mAECEffect (Results 1 – 2 of 2) sorted by relevance
28 return (v->mAECEffect == 0); in NO_ECHOCANCEL()43 android::status_t status = thiz->mAECEffect->setEnabled((bool) thiz->mEnabled); in IAndroidAcousticEchoCancellation_SetEnabled()66 *pEnabled = (SLboolean) thiz->mAECEffect->getEnabled(); in IAndroidAcousticEchoCancellation_IsEnabled()121 (void) new (&thiz->mAECEffect) android::sp<android::AudioEffect>(); in IAndroidAcousticEchoCancellation_init()128 thiz->mAECEffect.~sp(); in IAndroidAcousticEchoCancellation_deinit()
685 android::sp<android::AudioEffect> mAECEffect; member