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

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java484 private SoundPoolListenerThread mSoundPoolListenerThread; field in class:AudioService
4130 mSoundPoolListenerThread = new SoundPoolListenerThread();
4131 mSoundPoolListenerThread.start();
4148 mSoundPoolListenerThread = null;
4214 mSoundPoolListenerThread = null;

Completed in 30 milliseconds