Searched refs:mAGCEffect (Results 1 – 2 of 2) sorted by relevance
28 return (v->mAGCEffect == 0); in NO_AUTOGAIN()42 android::status_t status = thiz->mAGCEffect->setEnabled((bool) thiz->mEnabled); in IAndroidAutomaticGainControl_SetEnabled()64 *pEnabled = (SLboolean) thiz->mAGCEffect->getEnabled(); in IAndroidAutomaticGainControl_IsEnabled()118 (void) new (&thiz->mAGCEffect) android::sp<android::AudioEffect>(); in IAndroidAutomaticGainControl_init()125 thiz->mAGCEffect.~sp(); in IAndroidAutomaticGainControl_deinit()
693 android::sp<android::AudioEffect> mAGCEffect; member