Searched refs:mEffect2 (Results 1 – 1 of 1) sorted by relevance
52 private AudioEffect mEffect2 = null; field in AudioEffectTest759 mEffect2.setEnabled(true); in test4_3EnableStatusListener()787 int status = mEffect2.setParameter(PresetReverb.PARAM_PRESET, in test4_4ParameterChangedListener()893 if (mEffect2 != null) { in cleanUp()894 mEffect2.setControlStatusListener(null); in cleanUp()895 mEffect2.setEnableStatusListener(null); in cleanUp()896 mEffect2.setParameterListener(null); in cleanUp()912 mEffect2 = new AudioEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, in createListenerLooper()916 assertNotNull("could not create Equalizer2", mEffect2); in createListenerLooper()920 mEffect2.setControlStatusListener( in createListenerLooper()[all …]