Home
last modified time | relevance | path

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

/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java75 private LoopThread mRecordThread = null;
77 private LoopThread mPlaybackThread = null;
251 mPlaybackThread = new LoopThread(new Runnable() { in handleStartPlayback()
347 mRecordThread = new LoopThread(new Runnable() { in handleStartRecording()
474 private class LoopThread extends Thread { class in AudioProtocol
476 LoopThread(Runnable runnable) { in LoopThread() method in AudioProtocol.LoopThread