Home
last modified time | relevance | path

Searched refs:mAGCEffect (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
DIAutomaticGainControl.cpp26 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()
/frameworks/wilhelm/src/
Ditfstruct.h697 android::sp<android::AudioEffect> mAGCEffect; member
/frameworks/wilhelm/src/android/
Dandroid_Effect.cpp473 if (!android_fx_initEffectObj(sessionId, iagc->mAGCEffect, in android_agc_init()