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

  /frameworks/wilhelm/src/itf/
INoiseSuppression.c 27 return (v->mNSEffect == 0);
40 android::status_t status = thiz->mNSEffect->setEnabled((bool) thiz->mEnabled);
61 *pEnabled = (SLboolean) thiz->mNSEffect->getEnabled();
114 (void) new (&thiz->mNSEffect) android::sp<android::AudioEffect>();
121 thiz->mNSEffect.~sp();
  /frameworks/wilhelm/src/
itfstruct.h 701 android::sp<android::AudioEffect> mNSEffect;

Completed in 44 milliseconds