HomeSort by relevance Sort by last modified time
    Searched refs:ListenerThread (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
BassBoostTest.java 44 private ListenerThread mEffectListenerLooper = null;
308 class ListenerThread extends Thread {
313 public ListenerThread(boolean control, boolean enable, boolean parameter) {
331 mEffectListenerLooper = new ListenerThread(control, enable, parameter) {
PresetReverbTest.java 43 private ListenerThread mEffectListenerLooper = null;
272 class ListenerThread extends Thread {
277 public ListenerThread(boolean control, boolean enable, boolean parameter) {
295 mEffectListenerLooper = new ListenerThread(control, enable, parameter) {
VirtualizerTest.java 44 private ListenerThread mEffectListenerLooper = null;
303 class ListenerThread extends Thread {
308 public ListenerThread(boolean control, boolean enable, boolean parameter) {
326 mEffectListenerLooper = new ListenerThread(control, enable, parameter) {
EnvReverbTest.java 44 private ListenerThread mEffectListenerLooper = null;
419 class ListenerThread extends Thread {
424 public ListenerThread(boolean control, boolean enable, boolean parameter) {
442 mEffectListenerLooper = new ListenerThread(control, enable, parameter) {
EqualizerTest.java 47 private ListenerThread mEffectListenerLooper = null;
358 class ListenerThread extends Thread {
363 public ListenerThread(boolean control, boolean enable, boolean parameter) {
380 mEffectListenerLooper = new ListenerThread(control, enable, parameter) {
AudioEffectTest.java 64 private ListenerThread mEffectListenerLooper = null;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java     [all...]

Completed in 327 milliseconds