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

/frameworks/base/media/java/android/media/
H A DAudioService.java392 private SoundPoolListenerThread mSoundPoolListenerThread;
1832 class SoundPoolListenerThread extends Thread { class in class:AudioService
1833 public SoundPoolListenerThread() { method in class:AudioService.SoundPoolListenerThread
1834 super("SoundPoolListenerThread");
3296 mSoundPoolListenerThread = new SoundPoolListenerThread();

Completed in 59 milliseconds