Searched refs:mEffectListenerLooper (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | PresetReverbTest.java | 36 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()
|
D | BassBoostTest.java | 37 private ListenerThread mEffectListenerLooper = null; field in BassBoostTest 350 mEffectListenerLooper = new ListenerThread(control, enable, parameter) { in createListenerLooper() 412 mEffectListenerLooper.start(); in createListenerLooper() 417 if (mEffectListenerLooper != null) { in terminateListenerLooper() 418 mEffectListenerLooper.cleanUp(); in terminateListenerLooper() 424 mEffectListenerLooper.join(); in terminateListenerLooper() 427 mEffectListenerLooper = null; in terminateListenerLooper()
|
D | EqualizerTest.java | 40 private ListenerThread mEffectListenerLooper = null; field in EqualizerTest 370 mEffectListenerLooper = new ListenerThread(control, enable, parameter) { in createListenerLooper() 431 mEffectListenerLooper.start(); in createListenerLooper() 436 if (mEffectListenerLooper != null) { in terminateListenerLooper() 437 mEffectListenerLooper.cleanUp(); in terminateListenerLooper() 443 mEffectListenerLooper.join(); in terminateListenerLooper() 446 mEffectListenerLooper = null; in terminateListenerLooper()
|
D | EnvReverbTest.java | 37 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()
|
D | VirtualizerTest.java | 41 private ListenerThread mEffectListenerLooper = null; field in VirtualizerTest 608 mEffectListenerLooper = new ListenerThread(control, enable, parameter) { in createListenerLooper() 669 mEffectListenerLooper.start(); in createListenerLooper() 674 if (mEffectListenerLooper != null) { in terminateListenerLooper() 675 mEffectListenerLooper.cleanUp(); in terminateListenerLooper() 681 mEffectListenerLooper.join(); in terminateListenerLooper() 684 mEffectListenerLooper = null; in terminateListenerLooper()
|
D | AudioEffectTest.java | 56 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()
|