Searched refs:AudioDeviceThread (Results 1 - 6 of 6) sorted by path

/external/chromium_org/media/audio/
H A Daudio_device_thread.cc25 class AudioDeviceThread::Thread
27 public base::RefCountedThreadSafe<AudioDeviceThread::Thread> {
29 Thread(AudioDeviceThread::Callback* callback,
43 friend class base::RefCountedThreadSafe<AudioDeviceThread::Thread>;
54 AudioDeviceThread::Callback* callback_;
63 // AudioDeviceThread implementation
65 AudioDeviceThread::AudioDeviceThread() { function in class:media::AudioDeviceThread
68 AudioDeviceThread::~AudioDeviceThread() { DCHEC
[all...]
H A Daudio_device_thread.h26 // 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 { class in namespace:media
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
[all...]
H A Daudio_input_device.cc27 : public AudioDeviceThread::Callback {
274 : AudioDeviceThread::Callback(audio_parameters, memory, memory_length,
H A Daudio_input_device.h160 AudioDeviceThread audio_thread_;
H A Daudio_output_device.cc20 : public AudioDeviceThread::Callback {
272 : AudioDeviceThread::Callback(audio_parameters, memory, memory_length, 1),
H A Daudio_output_device.h49 // 4. Audio transport thread (See AudioDeviceThread).
163 AudioDeviceThread audio_thread_;

Completed in 3057 milliseconds