Home
last modified time | relevance | path

Searched refs:PRESET_CUSTOM (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
DAudioEqualizer.cpp102 mCurPreset = PRESET_CUSTOM; in reset()
115 mCurPreset = PRESET_CUSTOM; in setGain()
129 mCurPreset = PRESET_CUSTOM; in setFrequency()
137 mCurPreset = PRESET_CUSTOM; in setBandwidth()
187 assert(preset < mNumPresets && preset >= PRESET_CUSTOM); in getPresetName()
188 if (preset == PRESET_CUSTOM) { in getPresetName()
DAudioEqualizer.h55 static const int PRESET_CUSTOM = -1; variable
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h128 static const int PRESET_CUSTOM = -1; variable
DEffectBundle.cpp247 pContext->pBundledContext->CurPreset = PRESET_CUSTOM; in EffectCreate()
1405 pContext->pBundledContext->CurPreset = PRESET_CUSTOM; in EqualizerSetBandLevel()
1564 if (preset == PRESET_CUSTOM) { in EqualizerGetPresetName()
2324 if ((preset < 0 && preset != PRESET_CUSTOM) || preset >= EqualizerGetNumPresets()) { in Equalizer_getParameter()
/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java132 if (preset == CaptionStyle.PRESET_CUSTOM) { in getUserStyle()
294 public static final int PRESET_CUSTOM = -1; field in CaptioningManager.CaptionStyle
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java272 if (styleId == CaptionStyle.PRESET_CUSTOM) { in setStyle()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp371 pContext->pBundledContext->CurPreset = PRESET_CUSTOM; in lvmCreate()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62155 Landroid/view/accessibility/CaptioningManager$CaptionStyle;->PRESET_CUSTOM:I