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);
41 android::status_t status = thiz->mAGCEffect->setEnabled((bool) thiz->mEnabled);
62 *pEnabled = (SLboolean) thiz->mAGCEffect->getEnabled();
116 (void) new (&thiz->mAGCEffect) android::sp<android::AudioEffect>();
123 thiz->mAGCEffect.~sp();
  /frameworks/wilhelm/src/
itfstruct.h 692 android::sp<android::AudioEffect> mAGCEffect;

Completed in 53 milliseconds