Searched refs:PRESET_CUSTOM (Results 1 – 10 of 10) sorted by relevance
102 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()
55 static const int PRESET_CUSTOM = -1; variable
128 static const int PRESET_CUSTOM = -1; variable
247 pContext->pBundledContext->CurPreset = PRESET_CUSTOM; in EffectCreate()1407 pContext->pBundledContext->CurPreset = PRESET_CUSTOM; in EqualizerSetBandLevel()1566 if (preset == PRESET_CUSTOM) { in EqualizerGetPresetName()2326 if ((preset < 0 && preset != PRESET_CUSTOM) || preset >= EqualizerGetNumPresets()) { in Equalizer_getParameter()
116 int mCurPresetIdx = lvm::PRESET_CUSTOM; /* Current preset being used */
37 constexpr inline int PRESET_CUSTOM = -1; variable
444 mCurPresetIdx = lvm::PRESET_CUSTOM; in setEqualizerBandLevels()
273 if (styleId == CaptionStyle.PRESET_CUSTOM) { in setStyle()
371 pContext->pBundledContext->CurPreset = PRESET_CUSTOM; in lvmCreate()
58189 Landroid/view/accessibility/CaptioningManager$CaptionStyle;->PRESET_CUSTOM:I