Searched refs:mNSEffect (Results 1 – 2 of 2) sorted by relevance
27 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()
706 android::sp<android::AudioEffect> mNSEffect; member