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

  /frameworks/base/media/libeffects/testlibs/
AudioEqualizer.cpp 102 mCurPreset = PRESET_CUSTOM;
115 mCurPreset = PRESET_CUSTOM;
129 mCurPreset = PRESET_CUSTOM;
137 mCurPreset = PRESET_CUSTOM;
187 assert(preset < mNumPresets && preset >= PRESET_CUSTOM);
188 if (preset == PRESET_CUSTOM) {
AudioEqualizer.h 55 static const int PRESET_CUSTOM = -1;
153 // PRESET_CUSTOM is passed.
161 // Will return PRESET_CUSTOM in case the EQ parameters have been modified
169 // PRESET_CUSTOM is NOT a valid value here.
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 132 static const int PRESET_CUSTOM = -1;
EffectBundle.cpp 280 pContext->pBundledContext->CurPreset = PRESET_CUSTOM;
    [all...]

Completed in 58 milliseconds