Searched refs:mEffect2 (Results 1 – 1 of 1) sorted by relevance
52 private AudioEffect mEffect2 = null; field in AudioEffectTest766 mEffect2.setEnabled(true); in test4_3EnableStatusListener()794 int status = mEffect2.setParameter(PresetReverb.PARAM_PRESET, in test4_4ParameterChangedListener()900 if (mEffect2 != null) { in cleanUp()901 mEffect2.setControlStatusListener(null); in cleanUp()902 mEffect2.setEnableStatusListener(null); in cleanUp()903 mEffect2.setParameterListener(null); in cleanUp()919 mEffect2 = new AudioEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, in createListenerLooper()923 assertNotNull("could not create Equalizer2", mEffect2); in createListenerLooper()927 mEffect2.setControlStatusListener( in createListenerLooper()[all …]