Searched refs:mAGCEffect (Results 1 – 3 of 3) sorted by relevance
26 return (v->mAGCEffect == 0); in NO_AUTOGAIN()40 android::status_t status = thiz->mAGCEffect->setEnabled((bool) thiz->mEnabled); in IAndroidAutomaticGainControl_SetEnabled()61 *pEnabled = (SLboolean) thiz->mAGCEffect->getEnabled(); in IAndroidAutomaticGainControl_IsEnabled()81 (void) new (&thiz->mAGCEffect) android::sp<android::AudioEffect>(); in IAndroidAutomaticGainControl_init()88 thiz->mAGCEffect.~sp(); in IAndroidAutomaticGainControl_deinit()
697 android::sp<android::AudioEffect> mAGCEffect; member
473 if (!android_fx_initEffectObj(sessionId, iagc->mAGCEffect, in android_agc_init()