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

  /hardware/qcom/audio/post_proc/
equalizer.h 24 #define PRESET_CUSTOM -1
equalizer.c 102 context->preset = PRESET_CUSTOM;
104 offload_eq_set_preset(&(context->offload_eq), PRESET_CUSTOM);
177 if (preset == PRESET_CUSTOM) {
328 if ((param2 < 0 && param2 != PRESET_CUSTOM) ||
  /frameworks/av/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.
  /packages/apps/Settings/src/com/android/settings/accessibility/
PresetPreference.java 46 return getValue() != CaptionStyle.PRESET_CUSTOM
CaptionPropertiesFragment.java 417 final boolean customPreset = mPreset.getValue() == CaptionStyle.PRESET_CUSTOM;
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 140 static const int PRESET_CUSTOM = -1;
EffectBundle.cpp 288 pContext->pBundledContext->CurPreset = PRESET_CUSTOM;
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItemConstants.java 38 public static final Integer PRESET_CUSTOM = R.string.preset_custom;
EditableItem.java 29 PRESET_BASIC, PRESET_EMAIL, PRESET_PHOTO, PRESET_CUSTOM),
121 if (this == PRESET && !PRESET_CUSTOM.equals(value))
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
Editors.java 77 EditableItem.PRESET.setValue(PRESET_CUSTOM);
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 131 if (preset == CaptionStyle.PRESET_CUSTOM) {
292 public static final int PRESET_CUSTOM = -1;
  /cts/tests/tests/security/src/android/security/cts/
EffectBundleTest.java 40 private static final int PRESET_CUSTOM = -1; //keep in sync AudioEqualizer.h
128 if (invalidBand == PRESET_CUSTOM) {
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 272 if (styleId == CaptionStyle.PRESET_CUSTOM) {

Completed in 205 milliseconds