Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIAutomaticGainControl.c28 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()
/frameworks/wilhelm/src/
Ditfstruct.h693 android::sp<android::AudioEffect> mAGCEffect; member