HomeSort by relevance Sort by last modified time
    Searched refs:mAECEffect (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/itf/
IAcousticEchoCancellation.c 28 return (v->mAECEffect == 0);
42 android::status_t status = thiz->mAECEffect->setEnabled((bool) thiz->mEnabled);
64 *pEnabled = (SLboolean) thiz->mAECEffect->getEnabled();
119 (void) new (&thiz->mAECEffect) android::sp<android::AudioEffect>();
126 thiz->mAECEffect.~sp();
  /frameworks/wilhelm/src/
itfstruct.h 684 android::sp<android::AudioEffect> mAECEffect;

Completed in 158 milliseconds