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

  /external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.cc 53 DCHECK(!audio_thread_.get());
112 DCHECK(!audio_thread_.get());
113 audio_thread_.reset(new base::DelegateSimpleThread(
115 audio_thread_->Start();
131 if (audio_thread_.get()) {
139 base::Unretained(audio_thread_.get())));
140 audio_thread_.reset();
ppb_audio_shared.h 93 scoped_ptr<base::DelegateSimpleThread> audio_thread_; member in class:ppapi::PPB_Audio_Shared
  /external/chromium_org/media/audio/
audio_manager_base.cc 85 audio_thread_(new base::Thread("AudioThread")) {
87 audio_thread_->init_com_with_mta(true);
102 CHECK(audio_thread_->Start());
103 message_loop_ = audio_thread_->message_loop_proxy();
112 CHECK(!audio_thread_.get());
129 if (!audio_thread_->IsRunning())
130 CHECK(audio_thread_->Start());
132 return audio_thread_->message_loop_proxy();
316 audio_thread_.swap(audio_thread);
341 // the audio_thread_ member pointer when we get here, we can't verify exactl
    [all...]
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_input_device.cc 90 audio_thread_.Stop(base::MessageLoop::current());
140 DCHECK(audio_thread_.IsStopped());
144 audio_thread_.Start(audio_callback_.get(), socket_handle, "AudioInputDevice");
179 if (!audio_thread_.IsStopped())
197 DCHECK(audio_thread_.IsStopped());
237 audio_thread_.Stop(NULL);
audio_output_device.cc 81 DCHECK(audio_thread_.IsStopped());
94 audio_thread_.Stop(base::MessageLoop::current());
171 audio_thread_.Stop(NULL);
203 if (!audio_thread_.IsStopped())
232 // |audio_thread_| do nothing and wait for ShutDownOnIOThread() to get called.
245 DCHECK(audio_thread_.IsStopped());
248 audio_thread_.Start(audio_callback_.get(), socket_handle,
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
audio_manager_base.h 151 scoped_ptr<base::Thread> audio_thread_; member in class:media::AudioManagerBase
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
  /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/content/renderer/media/
webrtc_local_audio_track_unittest.cc 140 audio_thread_.reset(new FakeAudioThread(capturer_));
141 audio_thread_->Start();
145 audio_thread_->Stop();
146 audio_thread_.reset();
151 scoped_ptr<FakeAudioThread> audio_thread_; member in class:content::WebRtcLocalAudioTrackTest
  /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 494 milliseconds