Home
last modified time | relevance | path

Searched refs:mEffectListenerLooper (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DPresetReverbTest.java36 private ListenerThread mEffectListenerLooper = null; field in PresetReverbTest
311 mEffectListenerLooper = new ListenerThread(control, enable, parameter) { in createListenerLooper()
373 mEffectListenerLooper.start(); in createListenerLooper()
378 if (mEffectListenerLooper != null) { in terminateListenerLooper()
379 mEffectListenerLooper.cleanUp(); in terminateListenerLooper()
385 mEffectListenerLooper.join(); in terminateListenerLooper()
388 mEffectListenerLooper = null; in terminateListenerLooper()
DBassBoostTest.java37 private ListenerThread mEffectListenerLooper = null; field in BassBoostTest
350 mEffectListenerLooper = new ListenerThread(control, enable, parameter) { in createListenerLooper()
413 mEffectListenerLooper.start(); in createListenerLooper()
418 if (mEffectListenerLooper != null) { in terminateListenerLooper()
419 mEffectListenerLooper.cleanUp(); in terminateListenerLooper()
425 mEffectListenerLooper.join(); in terminateListenerLooper()
428 mEffectListenerLooper = null; in terminateListenerLooper()
DEqualizerTest.java40 private ListenerThread mEffectListenerLooper = null; field in EqualizerTest
370 mEffectListenerLooper = new ListenerThread(control, enable, parameter) { in createListenerLooper()
432 mEffectListenerLooper.start(); in createListenerLooper()
437 if (mEffectListenerLooper != null) { in terminateListenerLooper()
438 mEffectListenerLooper.cleanUp(); in terminateListenerLooper()
444 mEffectListenerLooper.join(); in terminateListenerLooper()
447 mEffectListenerLooper = null; in terminateListenerLooper()
DEnvReverbTest.java37 private ListenerThread mEffectListenerLooper = null; field in EnvReverbTest
470 mEffectListenerLooper = new ListenerThread(control, enable, parameter) { in createListenerLooper()
532 mEffectListenerLooper.start(); in createListenerLooper()
537 if (mEffectListenerLooper != null) { in terminateListenerLooper()
538 mEffectListenerLooper.cleanUp(); in terminateListenerLooper()
544 mEffectListenerLooper.join(); in terminateListenerLooper()
547 mEffectListenerLooper = null; in terminateListenerLooper()
DVirtualizerTest.java41 private ListenerThread mEffectListenerLooper = null; field in VirtualizerTest
608 mEffectListenerLooper = new ListenerThread(control, enable, parameter) { in createListenerLooper()
670 mEffectListenerLooper.start(); in createListenerLooper()
675 if (mEffectListenerLooper != null) { in terminateListenerLooper()
676 mEffectListenerLooper.cleanUp(); in terminateListenerLooper()
682 mEffectListenerLooper.join(); in terminateListenerLooper()
685 mEffectListenerLooper = null; in terminateListenerLooper()
DAudioEffectTest.java56 private ListenerThread mEffectListenerLooper = null; field in AudioEffectTest
909 mEffectListenerLooper = new ListenerThread(control, enable, parameter) { in createListenerLooper()
973 mEffectListenerLooper.start(); in createListenerLooper()
978 if (mEffectListenerLooper != null) { in terminateListenerLooper()
979 mEffectListenerLooper.cleanUp(); in terminateListenerLooper()
985 mEffectListenerLooper.join(); in terminateListenerLooper()
988 mEffectListenerLooper = null; in terminateListenerLooper()