Searched defs:SoundPoolListenerThread (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioService.java388 private SoundPoolListenerThread mSoundPoolListenerThread;
1600 mSoundPoolListenerThread = new SoundPoolListenerThread();
1729 class SoundPoolListenerThread extends Thread { class in class:AudioService
1730 public SoundPoolListenerThread() { method in class:AudioService.SoundPoolListenerThread
1731 super("SoundPoolListenerThread");

Completed in 21 milliseconds