HomeSort by relevance Sort by last modified time
    Searched refs:mAGCEffect (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/itf/
IAutomaticGainControl.c 28 return (v->mAGCEffect == 0);
42 android::status_t status = thiz->mAGCEffect->setEnabled((bool) thiz->mEnabled);
64 *pEnabled = (SLboolean) thiz->mAGCEffect->getEnabled();
118 (void) new (&thiz->mAGCEffect) android::sp<android::AudioEffect>();
125 thiz->mAGCEffect.~sp();
  /frameworks/wilhelm/src/
itfstruct.h 693 android::sp<android::AudioEffect> mAGCEffect;

Completed in 46 milliseconds