HomeSort by relevance Sort by last modified time
    Searched defs:Stop (Results 276 - 300 of 410) sorted by null

<<11121314151617

  /external/chromium_org/media/audio/alsa/
alsa_output.cc 31 // ALSA device, and playback will effectively stop. From the client's point of
258 // Signal anything that might already be scheduled to stop.
319 void AlsaPcmOutputStream::Stop() {
  /external/chromium_org/media/audio/
audio_output_proxy_unittest.cc 64 void Stop() {
66 fake_output_stream_->Stop();
204 // Creates a stream, and then calls Start() and Stop().
220 proxy->Stop();
227 // Verify that the stream is closed after Stop() is called.
243 proxy->Stop();
322 proxy1->Stop();
329 proxy2->Stop();
363 proxy1->Stop();
366 proxy2->Stop();
    [all...]
virtual_audio_input_stream_unittest.cc 135 void Stop() {
137 stream_->Stop();
169 output_stream->Stop();
178 output_stream->Stop();
257 RUN_ON_AUDIO_THREAD(Stop);
268 RUN_ON_AUDIO_THREAD(Stop);
282 RUN_ON_AUDIO_THREAD(Stop);
303 RUN_ON_AUDIO_THREAD(Stop);
334 RUN_ON_AUDIO_THREAD(Stop);
  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac.cc 293 // Use a cancellable closure so that if Stop() is called before Start()
315 void AUAudioInputStream::Stop() {
325 << "Failed to stop acquiring data";
332 Stop();
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 85 // Create the event which will be set in Stop() when capturing shall stop.
174 void WASAPIAudioInputStream::Stop() {
176 DVLOG(1) << "WASAPIAudioInputStream::Stop()";
188 // Stop the input audio streaming.
189 HRESULT hr = audio_client_->Stop();
191 LOG(ERROR) << "Failed to stop input streaming.";
209 Stop();
audio_low_latency_output_win.cc 118 // Create the event which will be set in Stop() when capturing shall stop.
261 void WASAPIAudioOutputStream::Stop() {
262 VLOG(1) << "WASAPIAudioOutputStream::Stop()";
267 // Stop output audio streaming.
268 HRESULT hr = audio_client_->Stop();
270 PLOG(ERROR) << "Failed to stop output streaming: " << std::hex << hr;
302 Stop();
358 // Keep rendering audio until the stop event or the stream-switch event
383 // Stop audio rendering since something has gone wrong in our main threa
    [all...]
  /external/chromium_org/media/base/
text_renderer_unittest.cc 71 text_renderer_->Stop(base::Bind(&TextRendererTest::OnStop,
205 void Stop() {
206 text_renderer_->Stop(base::Bind(&TextRendererTest::OnStop,
379 Stop();
391 Stop();
750 Stop();
764 Stop();
781 Stop();
    [all...]
  /external/chromium_org/media/filters/
audio_renderer_impl.cc 71 // Stop() should have been called and |algorithm_| should have been destroyed.
192 void AudioRendererImpl::Stop(const base::Closure& callback) {
216 sink_->Stop();
220 audio_buffer_stream_.Stop(callback);
598 // Ensure Stop() hasn't destroyed our |algorithm_| on the pipeline thread.
decrypting_audio_decoder_unittest.cc 82 Stop();
237 void Stop() {
242 decoder_->Stop();
decrypting_video_decoder_unittest.cc 78 Stop();
212 void Stop() {
217 decoder_->Stop();
416 // During stop, RequestDecryptorNotification() should be called with a NULL
421 Stop();
433 Stop();
440 Stop();
448 Stop();
458 Stop();
468 Stop();
    [all...]
fake_video_decoder_unittest.cc 42 Stop();
200 void Stop() {
201 decoder_->Stop();
368 TEST_P(FakeVideoDecoderTest, Stop) {
372 Stop();
377 Stop();
383 Stop();
389 Stop();
396 Stop();
opus_audio_decoder.cc 285 void OpusAudioDecoder::Stop() {
video_frame_stream_unittest.cc 85 Stop();
273 // VideoFrameStream::Stop(). There's no need to satisfy a callback.
318 void Stop() {
322 video_frame_stream_->Stop(base::Bind(&VideoFrameStreamTest::OnStopped,
582 video_frame_stream_->Stop(
595 video_frame_stream_->Stop(
602 Stop();
607 Stop();
613 Stop();
620 Stop();
    [all...]
video_renderer_impl_unittest.cc 74 EXPECT_CALL(*decoder_, Stop())
158 void Stop() {
159 SCOPED_TRACE("Stop()");
161 renderer_->Stop(event.GetClosure());
167 Stop();
371 // and/or Stop().
375 Stop();
398 Stop();
406 Stop();
596 renderer_->Stop(event.GetClosure())
    [all...]
vpx_video_decoder.cc 330 void VpxVideoDecoder::Stop() {
  /external/chromium_org/mojo/common/
handle_watcher.cc 164 // stop watching the handle. When the handle is ready |callback| is notified
190 thread_.Stop();
276 watcher_->Stop(); // Destroys |this|.
307 void HandleWatcher::Stop() {
  /external/chromium_org/mojo/system/
multiprocess_message_pipe_unittest.cc 45 Stop();
58 void Stop() {
71 test_io_thread_.Stop();
  /external/chromium_org/net/disk_cache/blockfile/
eviction.cc 101 void Eviction::Stop() {
107 // We want to stop further evictions, so let's pretend that we are busy from
eviction_v3.cc 104 void EvictionV3::Stop() {
110 // We want to stop further evictions, so let's pretend that we are busy from
  /external/chromium_org/remoting/host/
desktop_session_agent.cc 382 void DesktopSessionAgent::Stop() {
407 // Stop the audio capturer.
411 // Stop the video capturer.
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.cc 101 base::Bind(&Me2MeNativeMessagingHost::Stop, weak_ptr_));
347 daemon_controller_->Stop(
500 void Me2MeNativeMessagingHost::Stop() {
668 base::Bind(&Me2MeNativeMessagingHost::Stop, weak_ptr_));
me2me_native_messaging_host_unittest.cc 152 virtual void Stop(const DaemonController::CompletionCallback& done) OVERRIDE;
201 void MockDaemonControllerDelegate::Stop(
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc 56 void Stop();
218 void WtsSessionProcessDelegate::Core::Stop() {
543 core_->Stop();
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 252 void Stop(const Slice& name) {
383 Stop(name);
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.cc 402 Stop();
422 void CpuMonitor::Stop() {

Completed in 687 milliseconds

<<11121314151617