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

<<1112131415

/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_win.cc265 void DaemonControllerDelegateWin::Stop( function in class:remoting::DaemonControllerDelegateWin
H A Dme2me_native_messaging_host_unittest.cc152 virtual void Stop(const DaemonController::CompletionCallback& done) OVERRIDE;
201 void MockDaemonControllerDelegate::Stop( function in class:remoting::MockDaemonControllerDelegate
/external/chromium_org/remoting/host/
H A Dvideo_scheduler.cc155 void VideoScheduler::Stop() { function in class:remoting::VideoScheduler
/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
543 core_->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();
260 void FileVideoCapturer::Stop() { function in class:cricket::FileVideoCapturer
262 file_read_thread_->Stop();
H A Dlinuxdevicemanager.cc60 virtual void Stop();
355 void LinuxDeviceWatcher::Stop() { function in class:cricket::LinuxDeviceWatcher
385 // 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.cc290 // Critical section blocks Stop from shutting down during callbacks from capture
294 // Stop -> system stop camera).
295 void WebRtcVideoCapturer::Stop() { function in class:cricket::WebRtcVideoCapturer
333 // (2) Stop() probably calls back into that system component, which may take
/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
/external/chromium_org/third_party/tcmalloc/vendor/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
/external/chromium_org/third_party/webrtc/base/
H A Ddbus.cc124 // be running in a priate GMainLoop forever until either Stop() has been invoked
145 Stop();
170 virtual void Stop() { function in class:rtc::DBusMonitor::DBusMonitoringThread
182 Thread::Stop(); // Wait for the thread.
378 monitoring_thread_->Stop();
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DTestLoadGenerator.cc52 Stop();
97 int32_t TestLoadGenerator::Stop () function in class:TestLoadGenerator
107 while (!_genThread->Stop())
156 Stop();
231 Stop();
H A DTestSenderReceiver.cc87 Stop(); // N.B. without critSect
195 int32_t TestSenderReceiver::Stop () function in class:TestSenderReceiver
207 while (!_procThread->Stop())
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc464 STDMETHODIMP CaptureSinkFilter::Stop() function in class:webrtc::videocapturemodule::CaptureSinkFilter
/external/chromium_org/third_party/webrtc/test/
H A Dcall_test.cc52 Stop();
65 void CallTest::Stop() { function in class:webrtc::test::CallTest
67 frame_generator_capturer_->Stop();
69 receive_streams_[i]->Stop();
70 send_stream_->Stop();
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_manager_win.cc236 bool UdpSocket2ManagerWindows::Stop() function in class:webrtc::test::UdpSocket2ManagerWindows
239 "UdpSocket2ManagerWindows(%d)::Stop()",_managerNumber);
253 "UdpSocket2ManagerWindows(%d)::Stop() there is still active\
259 // No active sockets. Stop all worker threads.
294 if((*iter)->Stop() == false)
561 bool UdpSocket2WorkerWindows::Stop() function in class:webrtc::test::UdpSocket2WorkerWindows
564 "Stop UdpSocket2WorkerWindows");
565 return _pThread->Stop();
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream.cc292 void VideoSendStream::Stop() { function in class:webrtc::internal::VideoSendStream
/external/chromium_org/v8/src/heap/
H A Dgc-tracer.cc140 void GCTracer::Stop() { function in class:v8::internal::GCTracer
/external/lldb/test/unittest2/test/
H A Dtest_discovery.py218 class Stop(Exception): class in function:TestDiscovery.test_command_line_handling_do_discovery_too_many_arguments
221 raise Stop
226 self.assertRaises(Stop,
/external/llvm/include/llvm/CodeGen/
H A DPasses.h145 /// added until the starting pass is seen. If the Stop pass ID is zero,
147 void setStartStopPasses(AnalysisID Start, AnalysisID Stop) { argument
149 StopAfter = Stop;
/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp100 Stop();
213 Stop();
247 void CvCalibFilter::Stop( bool calibrate ) function in class:CvCalibFilter
478 Stop( true );
629 Stop();
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc230 // calling Stop() should also cancel those tasks and make it so that we hold
233 // shutdown too, so we don't ask Stop() to clear |result_| (and notify).
235 Stop(false);
255 expire_timer_.Stop();
256 stop_timer_.Stop();
313 void AutocompleteController::Stop(bool clear_result) { function in class:AutocompleteController
316 (*i)->Stop(clear_result);
319 expire_timer_.Stop();
320 stop_timer_.Stop();
685 base::Bind(&AutocompleteController::Stop,
[all...]
H A Dzero_suggest_provider.cc98 Stop(true);
143 void ZeroSuggestProvider::Stop(bool clear_cached_results) { function in class:ZeroSuggestProvider
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc121 void OAuth2LoginManager::Stop() { function in class:chromeos::OAuth2LoginManager
/external/chromium_org/chrome/browser/history/
H A Ddelete_directive_handler.cc310 void DeleteDirectiveHandler::Stop() { function in class:history::DeleteDirectiveHandler

Completed in 525 milliseconds

<<1112131415