Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/shared_impl/
Dppb_audio_shared.cc85 DCHECK(!audio_thread_.get()); in SetStartPlaybackState()
149 DCHECK(!audio_thread_.get()); in StartThread()
150 audio_thread_.reset(new base::DelegateSimpleThread( in StartThread()
152 audio_thread_->Start(); in StartThread()
168 if (audio_thread_.get()) { in StopThread()
176 base::Unretained(audio_thread_.get()))); in StopThread()
177 audio_thread_.reset(); in StopThread()
Dppb_audio_shared.h115 scoped_ptr<base::DelegateSimpleThread> audio_thread_; variable
/external/chromium_org/media/audio/
Daudio_manager_base.cc89 audio_thread_("AudioThread"), in AudioManagerBase()
92 audio_thread_.init_com_with_mta(true); in AudioManagerBase()
107 CHECK(audio_thread_.Start()); in AudioManagerBase()
108 message_loop_ = audio_thread_.message_loop_proxy(); in AudioManagerBase()
117 CHECK(!audio_thread_.IsRunning()); in ~AudioManagerBase()
134 if (!audio_thread_.IsRunning()) in GetWorkerLoop()
135 CHECK(audio_thread_.Start()); in GetWorkerLoop()
137 return audio_thread_.message_loop_proxy(); in GetWorkerLoop()
343 audio_thread_.Stop(); in Shutdown()
Daudio_input_device.cc90 audio_thread_.Stop(base::MessageLoop::current()); in Stop()
140 DCHECK(audio_thread_.IsStopped()); in OnStreamCreated()
143 audio_thread_.Start( in OnStreamCreated()
179 if (!audio_thread_.IsStopped()) in OnStateChanged()
197 DCHECK(audio_thread_.IsStopped()); in ~AudioInputDevice()
237 audio_thread_.Stop(NULL); in ShutDownOnIOThread()
Dvirtual_audio_output_stream_unittest.cc54 : audio_thread_(new base::Thread("AudioThread")) { in VirtualAudioOutputStreamTest()
55 audio_thread_->Start(); in VirtualAudioOutputStreamTest()
56 audio_message_loop_ = audio_thread_->message_loop_proxy(); in VirtualAudioOutputStreamTest()
72 scoped_ptr<base::Thread> audio_thread_; member in media::VirtualAudioOutputStreamTest
Daudio_output_device.cc79 DCHECK(audio_thread_.IsStopped()); in ~AudioOutputDevice()
92 audio_thread_.Stop(base::MessageLoop::current()); in Stop()
169 audio_thread_.Stop(NULL); in ShutDownOnIOThread()
201 if (!audio_thread_.IsStopped()) in OnStateChanged()
243 DCHECK(audio_thread_.IsStopped()); in OnStreamCreated()
246 audio_thread_.Start( in OnStreamCreated()
Dvirtual_audio_input_stream_unittest.cc103 : audio_thread_(new base::Thread("AudioThread")), in VirtualAudioInputStreamTest()
107 audio_thread_->Start(); in VirtualAudioInputStreamTest()
108 audio_message_loop_ = audio_thread_->message_loop_proxy(); in VirtualAudioInputStreamTest()
238 scoped_ptr<base::Thread> audio_thread_; member in media::VirtualAudioInputStreamTest
Daudio_input_device.h159 AudioDeviceThread audio_thread_; in NON_EXPORTED_BASE() local
Daudio_output_device.h169 AudioDeviceThread audio_thread_; in NON_EXPORTED_BASE() local
Daudio_manager_base.h188 base::Thread audio_thread_; variable
/external/chromium_org/content/browser/renderer_host/media/
Dweb_contents_audio_input_stream_unittest.cc179 : audio_thread_("Audio thread"), in WebContentsAudioInputStreamTest()
189 audio_thread_.Start(); in WebContentsAudioInputStreamTest()
194 audio_thread_.Stop(); in ~WebContentsAudioInputStreamTest()
206 new MockVirtualAudioInputStream(audio_thread_.message_loop_proxy()); in Open()
359 audio_thread_.message_loop()->PostTask(FROM_HERE, closure); in RunOnAudioThread()
372 base::Thread audio_thread_; member in content::WebContentsAudioInputStreamTest
/external/chromium_org/content/renderer/media/
Dwebrtc_local_audio_track_unittest.cc104 audio_thread_.reset(new FakeAudioThread(capturer_, params_)); in Start()
105 audio_thread_->Start(); in Start()
109 audio_thread_->Stop(); in Stop()
110 audio_thread_.reset(); in Stop()
117 scoped_ptr<FakeAudioThread> audio_thread_; member in content::__anonc6e5f29d0111::MockCapturerSource
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc77 audio_thread_.Start(); in CreatePc()
79 &audio_thread_); in CreatePc()
Dpeerconnectiontestwrapper.h109 talk_base::Thread audio_thread_; variable
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dpeerconnection_unittest.cc455 audio_thread_.Start(); in Init()
457 &audio_thread_); in Init()
534 talk_base::Thread audio_thread_; member in PeerConnectionTestClientBase