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 403 mEffectListenerLooper = new ListenerThread(control, enable, parameter) { in createListenerLooper() 464 mEffectListenerLooper.start(); in createListenerLooper() 469 if (mEffectListenerLooper != null) { in terminateListenerLooper() 470 mEffectListenerLooper.cleanUp(); in terminateListenerLooper() 476 mEffectListenerLooper.join(); in terminateListenerLooper() 479 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 920 mEffectListenerLooper = new ListenerThread(control, enable, parameter) { in createListenerLooper() 984 mEffectListenerLooper.start(); in createListenerLooper() 989 if (mEffectListenerLooper != null) { in terminateListenerLooper() 990 mEffectListenerLooper.cleanUp(); in terminateListenerLooper() 996 mEffectListenerLooper.join(); in terminateListenerLooper() 999 mEffectListenerLooper = null; in terminateListenerLooper()
|