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

  /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.
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 134 static const int PRESET_CUSTOM = -1;
EffectBundle.cpp 256 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);

Completed in 1376 milliseconds