Searched refs:mNSEffect (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DINoiseSuppression.cpp25 return (v->mNSEffect == 0);
38 android::status_t status = thiz->mNSEffect->setEnabled((bool) thiz->mEnabled);
58 *pEnabled = (SLboolean) thiz->mNSEffect->getEnabled();
78 (void) new (&thiz->mNSEffect) android::sp<android::AudioEffect>();
85 thiz->mNSEffect.~sp();
/frameworks/wilhelm/src/
H A Ditfstruct.h705 android::sp<android::AudioEffect> mNSEffect; member in struct:__anon2156
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp482 if (!android_fx_initEffectObj(sessionId, ins->mNSEffect,

Completed in 46 milliseconds