Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DINoiseSuppression.c27 return (v->mNSEffect == 0); in NO_NOISESUPPRESS()
40 android::status_t status = thiz->mNSEffect->setEnabled((bool) thiz->mEnabled); in IAndroidNoiseSuppression_SetEnabled()
60 *pEnabled = (SLboolean) thiz->mNSEffect->getEnabled(); in IAndroidNoiseSuppression_IsEnabled()
113 (void) new (&thiz->mNSEffect) android::sp<android::AudioEffect>(); in IAndroidNoiseSuppression_init()
120 thiz->mNSEffect.~sp(); in IAndroidNoiseSuppression_deinit()
/frameworks/wilhelm/src/
Ditfstruct.h706 android::sp<android::AudioEffect> mNSEffect; member