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