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

  /frameworks/wilhelm/src/itf/
IBassBoost.c 33 return (v->mBassBoostEffect == 0);
51 android::status_t status = thiz->mBassBoostEffect->setEnabled((bool) thiz->mEnabled);
78 *pEnabled = (SLboolean) thiz->mBassBoostEffect->getEnabled();
106 android_bb_setParam(thiz->mBassBoostEffect, BASSBOOST_PARAM_STRENGTH, &strength);
134 android_bb_getParam(thiz->mBassBoostEffect, BASSBOOST_PARAM_STRENGTH, &strength);
164 android_bb_getParam(thiz->mBassBoostEffect, BASSBOOST_PARAM_STRENGTH_SUPPORTED,
194 (void) new (&thiz->mBassBoostEffect) android::sp<android::AudioEffect>();
203 thiz->mBassBoostEffect.~sp();
  /frameworks/wilhelm/src/
itfstruct.h 223 android::sp<android::AudioEffect> mBassBoostEffect;
  /frameworks/wilhelm/src/android/
android_Effect.cpp 256 if (!android_fx_initEffectObj(sessionId, ibb->mBassBoostEffect,
265 if (android::NO_ERROR == android_bb_getParam(ibb->mBassBoostEffect,

Completed in 41 milliseconds