Searched defs:Stop (Results 301 - 325 of 390) sorted by relevance

<<111213141516

/external/chromium_org/media/audio/win/
H A Daudio_low_latency_output_win.cc149 // Create the event which will be set in Stop() when capturing shall stop.
297 void WASAPIAudioOutputStream::Stop() { function in class:media::WASAPIAudioOutputStream
298 VLOG(1) << "WASAPIAudioOutputStream::Stop()";
303 // Stop output audio streaming.
304 HRESULT hr = audio_client_->Stop();
340 Stop();
421 // Stop audio rendering since something has gone wrong in our main thread
422 // loop. Note that, we are still in a "started" state, hence a Stop() call
424 audio_client_->Stop();
/external/chromium_org/media/filters/
H A Daudio_renderer_impl.cc63 // Stop() should have been called and |algorithm_| should have been destroyed.
185 void AudioRendererImpl::Stop(const base::Closure& callback) { function in class:media::AudioRendererImpl
193 sink_->Stop();
537 // Ensure Stop() hasn't destroyed our |algorithm_| on the pipeline thread.
H A Dvideo_renderer_impl_unittest.cc61 EXPECT_CALL(*decoder_, Stop(_))
168 void Stop() { function in class:media::VideoRendererImplTest
169 SCOPED_TRACE("Stop()");
171 renderer_->Stop(event.GetClosure());
178 Stop();
380 // and/or Stop().
384 Stop();
402 Stop();
411 Stop();
648 // Stop() i
[all...]
/external/chromium_org/remoting/host/
H A Ddesktop_session_agent.cc376 void DesktopSessionAgent::Stop() { function in class:remoting::DesktopSessionAgent
401 // Stop the audio capturer.
405 // Stop the video capturer.
H A Dinput_injector_linux.cc74 void Stop();
136 core_->Stop();
501 void InputInjectorLinux::Core::Stop() { function in class:remoting::__anon10464::InputInjectorLinux::Core
503 task_runner_->PostTask(FROM_HERE, base::Bind(&Core::Stop, this));
507 clipboard_->Stop();
/external/chromium_org/sync/notifier/
H A Dsync_invalidation_listener.cc47 Stop();
60 Stop();
365 Stop();
368 void SyncInvalidationListener::Stop() { function in class:syncer::SyncInvalidationListener
375 sync_system_resources_.Stop();
376 invalidation_client_->Stop();
H A Dsync_system_resources.cc84 void SyncInvalidationScheduler::Stop() { function in class:syncer::SyncInvalidationScheduler
337 Stop();
346 void SyncSystemResources::Stop() { function in class:syncer::SyncSystemResources
347 internal_scheduler_->Stop();
348 listener_scheduler_->Stop();
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_tree_db.cc252 void Stop(const Slice& name) { function
383 Stop(name);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamhandler.cc76 void LocalAudioTrackHandler::Stop() { function in class:webrtc::LocalAudioTrackHandler
104 void RemoteAudioTrackHandler::Stop() { function in class:webrtc::RemoteAudioTrackHandler
135 void LocalVideoTrackHandler::Stop() { function in class:webrtc::LocalVideoTrackHandler
164 void RemoteVideoTrackHandler::Stop() { function in class:webrtc::RemoteVideoTrackHandler
196 track->Stop();
223 void MediaStreamHandler::Stop() { function in class:webrtc::MediaStreamHandler
226 (*it)->Stop();
299 (*it)->Stop();
305 (*it)->Stop();
432 (*it)->Stop();
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dcpumonitor.cc398 Stop();
418 void CpuMonitor::Stop() { function in class:talk_base::CpuMonitor
H A Dtask_unittest.cc81 virtual void Stop() { function in class:talk_base::IdTimeoutTask
83 Task::Stop();
H A Dthread.cc159 Stop();
372 void Thread::Stop() { function in class:talk_base::Thread
560 Stop();
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker.h170 virtual void Stop() { function in class:cricket::ConnectivityChecker
171 worker_->Stop();
/external/opencv/cv/src/
H A Dcvoptflowhs.cpp117 int Stop; local
339 Stop = 0;
341 while( !Stop )
460 Stop = 1;
462 Stop = 1;
/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider.cc142 Stop();
163 Stop();
174 Stop();
194 Stop();
227 void SearchProvider::Stop() { function in class:SearchProvider
410 timer_.Stop();
411 // Stop any in-progress URL fetches.
/external/chromium/chrome/browser/debugger/
H A Ddevtools_http_protocol_handler.cc104 // Stop() must be called prior to this being called
114 void DevToolsHttpProtocolHandler::Stop() { function in class:DevToolsHttpProtocolHandler
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc155 // Stop the python server test suite.
156 bool Stop() { function in class:SafeBrowsingTestServer
638 test_server.Stop();
/external/chromium/chrome/common/net/
H A Durl_fetcher.cc56 void Stop();
214 core_->Stop();
264 void URLFetcher::Core::Stop() { function in class:URLFetcher::Core
/external/chromium_org/chrome/browser/chromeos/memory/
H A Doom_priority_manager.cc190 Stop();
212 void OomPriorityManager::Stop() { function in class:chromeos::OomPriorityManager
213 timer_.Stop();
214 recent_tab_discard_timer_.Stop();
216 low_memory_listener_->Stop();
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_system_indexer.cc290 void DevToolsFileSystemIndexer::FileSystemIndexingJob::Stop() { function in class:DevToolsFileSystemIndexer::FileSystemIndexingJob
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.cc156 Stop();
206 // If these are NULL, then that means we've been called after Stop()
218 void ExtensionUpdater::Stop() { function in class:extensions::ExtensionUpdater
225 timer_.Stop();
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_unittest.cc265 &PrivetHTTPTest::Stop, base::Unretained(this)));
273 void Stop() { function in class:local_discovery::__anon5449::PrivetHTTPTest
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_connector.cc85 void CloudPrintConnector::Stop() { function in class:cloud_print::CloudPrintConnector
H A Dprinter_job_handler.cc121 // Calling Stop() will cause the OnJobCompleted to be called which will
123 job_status_updater_list_.front()->Stop();
136 // means data conversion error. Stop fetching process and mark job as error.
172 FROM_HERE, base::Bind(&PrinterJobHandler::Stop, this));
218 FROM_HERE, base::Bind(&PrinterJobHandler::Stop, this));
289 // We are done here. Go to the Stop state
293 FROM_HERE, base::Bind(&PrinterJobHandler::Stop, this));
333 // If no jobs are available, go to the Stop state.
337 FROM_HERE, base::Bind(&PrinterJobHandler::Stop, this));
422 FROM_HERE, base::Bind(&PrinterJobHandler::Stop, thi
481 void PrinterJobHandler::Stop() { function in class:cloud_print::PrinterJobHandler
[all...]
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_impl.cc165 // Stop() must be called prior to destruction.
205 void DevToolsHttpHandlerImpl::Stop() { function in class:content::DevToolsHttpHandlerImpl
666 // {Start|Stop}HandlerThread and to allow calling pthread_join.
673 // Thread::Stop joins the thread.
674 thread_->Stop();

Completed in 519 milliseconds

<<111213141516