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