Home
last modified time | relevance | path

Searched refs:eq_current_preset (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/MusicFX/src/com/android/musicfx/
H A DControlPanelEffect.java73 eq_preset_opensl_es_band_level, eq_preset_ci_extreme_band_level, eq_current_preset, enumConstant
298 final short eQPreset = (short) prefs.getInt(Key.eq_current_preset.toString(), in initEffectsPreferences()
300 editor.putInt(Key.eq_current_preset.toString(), eQPreset); in initEffectsPreferences()
624 case eq_current_preset: { in setParameterInt()
720 case eq_current_preset: { in setParameterInt()
1136 .getInt(Key.eq_current_preset.toString(), mEQNumPresets); in openSession()
1156 editor.putInt(Key.eq_current_preset.toString(), eQPreset); in openSession()
H A DActivityMusic.java475 ControlPanelEffect.Key.eq_current_preset); in onCreate()
822 ControlPanelEffect.Key.eq_current_preset, preset); in equalizerSetPreset()