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.java237 private AudioSystemThread mAudioSystemThread;
845 mAudioSystemThread = new AudioSystemThread(); in createAudioSystemThread()
4014 private class AudioSystemThread extends Thread { class in AudioService
4015 AudioSystemThread() { in AudioSystemThread() method in AudioService.AudioSystemThread