HomeSort by relevance Sort by last modified time
    Searched refs:audio_thread_ (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.cc 85 DCHECK(!audio_thread_.get());
149 DCHECK(!audio_thread_.get());
150 audio_thread_.reset(new base::DelegateSimpleThread(
152 audio_thread_->Start();
168 if (audio_thread_.get()) {
176 base::Unretained(audio_thread_.get())));
177 audio_thread_.reset();
ppb_audio_shared.h 115 scoped_ptr<base::DelegateSimpleThread> audio_thread_; member in class:ppapi::PPB_Audio_Shared
  /external/chromium_org/media/audio/
virtual_audio_output_stream_unittest.cc 54 : audio_thread_(new base::Thread("AudioThread")) {
55 audio_thread_->Start();
56 audio_message_loop_ = audio_thread_->message_loop_proxy();
72 scoped_ptr<base::Thread> audio_thread_; member in class:media::VirtualAudioOutputStreamTest
audio_manager_base.cc 89 audio_thread_("AudioThread"),
92 audio_thread_.init_com_with_mta(true);
107 CHECK(audio_thread_.Start());
108 message_loop_ = audio_thread_.message_loop_proxy();
117 CHECK(!audio_thread_.IsRunning());
134 if (!audio_thread_.IsRunning())
135 CHECK(audio_thread_.Start());
137 return audio_thread_.message_loop_proxy();
343 audio_thread_.Stop();
audio_input_device.cc 90 audio_thread_.Stop(base::MessageLoop::current());
140 DCHECK(audio_thread_.IsStopped());
143 audio_thread_.Start(
179 if (!audio_thread_.IsStopped())
197 DCHECK(audio_thread_.IsStopped());
237 audio_thread_.Stop(NULL);
audio_output_device.cc 79 DCHECK(audio_thread_.IsStopped());
92 audio_thread_.Stop(base::MessageLoop::current());
169 audio_thread_.Stop(NULL);
201 if (!audio_thread_.IsStopped())
230 // |audio_thread_| do nothing and wait for ShutDownOnIOThread() to get called.
243 DCHECK(audio_thread_.IsStopped());
246 audio_thread_.Start(
audio_input_device.h 159 AudioDeviceThread audio_thread_; member in class:media::AudioInputDevice
audio_output_device.h 169 AudioDeviceThread audio_thread_; member in class:media::AudioOutputDevice
virtual_audio_input_stream_unittest.cc 103 : audio_thread_(new base::Thread("AudioThread")),
107 audio_thread_->Start();
108 audio_message_loop_ = audio_thread_->message_loop_proxy();
238 scoped_ptr<base::Thread> audio_thread_; member in class:media::VirtualAudioInputStreamTest
audio_manager_base.h 188 base::Thread audio_thread_; member in class:media::AudioManagerBase
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_audio_input_stream_unittest.cc 179 : audio_thread_("Audio thread"),
189 audio_thread_.Start();
194 audio_thread_.Stop();
206 new MockVirtualAudioInputStream(audio_thread_.message_loop_proxy());
359 audio_thread_.message_loop()->PostTask(FROM_HERE, closure);
372 base::Thread audio_thread_; member in class:content::WebContentsAudioInputStreamTest
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.h 109 talk_base::Thread audio_thread_; member in class:PeerConnectionTestWrapper
peerconnectiontestwrapper.cc 77 audio_thread_.Start();
79 &audio_thread_);
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_track_unittest.cc 104 audio_thread_.reset(new FakeAudioThread(capturer_, params_));
105 audio_thread_->Start();
109 audio_thread_->Stop();
110 audio_thread_.reset();
117 scoped_ptr<FakeAudioThread> audio_thread_; member in class:content::__anon8193::MockCapturerSource
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 455 audio_thread_.Start();
457 &audio_thread_);
534 talk_base::Thread audio_thread_; member in class:PeerConnectionTestClientBase
    [all...]

Completed in 441 milliseconds