Searched defs:Stop (Results 251 - 275 of 390) sorted by relevance

<<111213141516

/external/chromium_org/media/audio/win/
H A Dwavein_input_win.cc142 void PCMWaveInAudioInputStream::Stop() { function in class:media::PCMWaveInAudioInputStream
143 DVLOG(1) << "PCMWaveInAudioInputStream::Stop()";
164 // Stop input and reset the current position to zero for |wavein_|.
179 Stop();
253 // device id which was specified in the constructor. Stop comparing
279 // The lock ensures that Stop() can't be called during a callback.
303 // Main thread has called Stop() and set |callback_| to NULL and is
/external/chromium_org/media/base/
H A Dtext_renderer.cc98 void TextRenderer::Stop(const base::Closure& cb) { function in class:media::TextRenderer
H A Dtext_renderer_unittest.cc71 text_renderer_->Stop(base::Bind(&TextRendererTest::OnStop,
205 void Stop() { function in class:media::TextRendererTest
206 text_renderer_->Stop(base::Bind(&TextRendererTest::OnStop,
379 Stop();
391 Stop();
750 Stop();
764 Stop();
781 Stop();
1289 Stop();
1302 Stop();
[all...]
/external/chromium_org/media/filters/
H A Ddecrypting_demuxer_stream_unittest.cc239 void Stop() { function in class:media::DecryptingDemuxerStreamTest
242 demuxer_stream_->Stop(NewExpectedClosure());
511 Stop();
518 Stop();
526 Stop();
535 Stop();
544 Stop();
553 Stop();
561 Stop();
H A Ddecrypting_video_decoder_unittest.cc83 Stop();
193 void Stop() { function in class:media::DecryptingVideoDecoderTest
201 decoder_->Stop(NewExpectedClosure());
414 Stop();
426 Stop();
433 Stop();
441 Stop();
451 Stop();
461 Stop();
470 Stop();
[all...]
H A Dffmpeg_video_decoder_unittest.cc62 Stop();
88 void Stop() { function in class:media::FFmpegVideoDecoderTest
89 decoder_->Stop(NewExpectedClosure());
476 Stop();
483 Stop();
491 Stop();
H A Dpipeline_integration_test_base.cc44 Stop();
172 void PipelineIntegrationTestBase::Stop() { function in class:media::PipelineIntegrationTestBase
174 pipeline_->Stop(base::MessageLoop::QuitClosure());
H A Dvideo_frame_stream_unittest.cc69 Stop();
233 video_frame_stream_->Stop(base::Bind(&VideoFrameStreamTest::OnStopped,
253 // VideoFrameStream::Stop(). There's no need to satisfy a callback.
303 void Stop() { function in class:media::VideoFrameStreamTest
440 video_frame_stream_->Stop(
453 video_frame_stream_->Stop(
467 Stop();
482 Stop();
512 Stop();
519 Stop();
[all...]
H A Dvideo_renderer_impl.cc87 void VideoRendererImpl::Stop(const base::Closure& callback) { function in class:media::VideoRendererImpl
118 video_frame_stream_.Stop(callback);
H A Dvpx_video_decoder.cc202 void VpxVideoDecoder::Stop(const base::Closure& closure) { function in class:media::VpxVideoDecoder
/external/chromium_org/media/video/capture/win/
H A Dfilter_base_win.cc120 STDMETHODIMP FilterBase::Stop() { function in class:media::FilterBase
/external/chromium_org/mojo/common/
H A Dhandle_watcher.cc226 thread_.Stop();
251 // is ready, and then notify the callback. Doing this also means Stop()
265 Stop();
275 Stop();
288 void HandleWatcher::Stop() { function in class:mojo::common::HandleWatcher
/external/chromium_org/net/disk_cache/
H A Deviction.cc97 void Eviction::Stop() { function in class:disk_cache::Eviction
/external/chromium_org/net/disk_cache/v3/
H A Deviction_v3.cc96 void Eviction::Stop() { function in class:disk_cache::Eviction
/external/chromium_org/remoting/host/
H A Ddaemon_process.cc67 Stop();
136 Stop();
280 void DaemonProcess::Stop() { function in class:remoting::DaemonProcess
H A Dlocal_input_monitor_linux.cc55 void Stop();
116 core_->Stop();
145 void LocalInputMonitorLinux::Core::Stop() { function in class:remoting::__anon10476::LocalInputMonitorLinux::Core
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_win.cc256 void DaemonControllerDelegateWin::Stop( function in class:remoting::DaemonControllerDelegateWin
H A Dme2me_native_messaging_host_unittest.cc150 virtual void Stop(const DaemonController::CompletionCallback& done) OVERRIDE;
194 void MockDaemonControllerDelegate::Stop( function in class:remoting::MockDaemonControllerDelegate
/external/chromium_org/remoting/host/win/
H A Dwts_session_process_delegate.cc56 void Stop();
218 void WtsSessionProcessDelegate::Core::Stop() { function in class:remoting::WtsSessionProcessDelegate::Core
545 core_->Stop();
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Ddbus.cc141 // be running in a priate GMainLoop forever until either Stop() has been invoked
162 Stop();
187 virtual void Stop() { function in class:talk_base::DBusMonitor::DBusMonitoringThread
199 Thread::Stop(); // Wait for the thread.
395 monitoring_thread_->Stop();
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer.cc41 Stop();
51 void VideoRecorder::Stop() { function in class:cricket::VideoRecorder
113 Stop();
119 // Stop() is called externally or Quit() is called by OnMessage().
170 Stop();
254 void FileVideoCapturer::Stop() { function in class:cricket::FileVideoCapturer
256 file_read_thread_->Stop();
H A Dlinuxdevicemanager.cc60 virtual void Stop();
350 void LinuxDeviceWatcher::Stop() { function in class:cricket::LinuxDeviceWatcher
381 // Stop listening to avoid potential livelock (an fd with EOF in it is
H A Dwin32devicemanager.cc64 virtual void Stop();
122 watcher()->Stop();
350 Stop();
356 Stop();
363 void Win32DeviceWatcher::Stop() { function in class:cricket::Win32DeviceWatcher
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc281 void WebRtcVideoCapturer::Stop() { function in class:cricket::WebRtcVideoCapturer
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.cc132 Stop();
164 void ProfileData::Stop() { function in class:ProfileData
204 // by Stop to print information about the profile after reset, and are

Completed in 535 milliseconds

<<111213141516