Home
last modified time | relevance | path

Searched refs:AudioSystemThread (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java238 private AudioSystemThread mAudioSystemThread;
875 mAudioSystemThread = new AudioSystemThread(); in createAudioSystemThread()
4226 private class AudioSystemThread extends Thread { class in AudioService
4227 AudioSystemThread() { in AudioSystemThread() method in AudioService.AudioSystemThread