Searched refs:LoopThread (Results 1 – 1 of 1) sorted by relevance
75 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 AudioProtocol476 LoopThread(Runnable runnable) { in LoopThread() method in AudioProtocol.LoopThread