Home | History | Annotate | Download | only in audio

Lines Matching defs:AudioDeviceThread

26 // data, we use a worker thread, a.k.a. the AudioDeviceThread, which reads
28 // audio thread via the AudioDeviceThread::Callback interface/class.
33 class MEDIA_EXPORT AudioDeviceThread {
37 // thread owned by AudioDeviceThread.
73 AudioDeviceThread();
74 ~AudioDeviceThread();
78 // |socket| every time AudioDeviceThread::Process() completes.
79 void Start(AudioDeviceThread::Callback* callback,
101 // 1) AudioDeviceThread doesn't expose SimpleThread methods.
109 scoped_refptr<AudioDeviceThread::Thread> thread_;
111 DISALLOW_COPY_AND_ASSIGN(AudioDeviceThread);