Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIAcousticEchoCancellation.c28 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()
/frameworks/wilhelm/src/
Ditfstruct.h685 android::sp<android::AudioEffect> mAECEffect; member