OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRESET_CUSTOM
(Results
1 - 15
of
15
) sorted by null
/hardware/qcom/audio/msm8909/post_proc/
equalizer.h
27
#define
PRESET_CUSTOM
-1
equalizer.c
105
context->preset =
PRESET_CUSTOM
;
107
offload_eq_set_preset(&(context->offload_eq),
PRESET_CUSTOM
);
181
if (preset ==
PRESET_CUSTOM
) {
/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
) {
/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
415
final boolean customPreset = mPreset.getValue() == CaptionStyle.
PRESET_CUSTOM
;
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h
136
static const int
PRESET_CUSTOM
= -1;
EffectBundle.cpp
261
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
136
if (preset == CaptionStyle.
PRESET_CUSTOM
) {
297
public static final int
PRESET_CUSTOM
= -1;
/frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java
269
if (styleId == CaptionStyle.
PRESET_CUSTOM
) {
Completed in 158 milliseconds