HomeSort by relevance Sort by last modified time
    Searched refs:Stop (Results 251 - 275 of 840) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/test/
call_test.cc 109 Stop();
138 void CallTest::Stop() {
140 frame_generator_capturer_->Stop();
142 fake_recv_audio_device_->Stop();
147 audio_recv_stream->Stop();
149 fake_send_audio_device_->Stop();
151 audio_send_stream_->Stop();
154 video_recv_stream->Stop();
156 video_send_stream_->Stop();
  /external/libchrome/base/timer/
timer.cc 123 void Timer::Stop() {
220 // Make a local copy of the task to run. The Stop method will reset the
227 Stop();
timer.h 25 // timer_.Stop();
39 // other words, Reset is shorthand for calling Stop and then Start again with
114 // Call this method to stop and cancel the timer. It is a no-op if the timer
116 virtual void Stop();
164 // Stop running task (if any) and abandon scheduled task (if any).
168 Stop();
mock_timer_unittest.cc 53 timer.Stop();
  /external/webrtc/talk/media/devices/
macdevicemanager.cc 51 virtual void Stop();
189 void MacDeviceWatcher::Stop() {
  /external/webrtc/talk/session/media/
currentspeakermonitor.cc 52 Stop();
68 void CurrentSpeakerMonitor::Stop() {
audiomonitor.cc 58 void AudioMonitor::Stop() {
  /external/webrtc/webrtc/base/
thread.h 93 // WARNING! SUBCLASSES MUST CALL Stop() IN THEIR DESTRUCTORS! See ~Thread().
98 // NOTE: ALL SUBCLASSES OF Thread MUST CALL Stop() IN THEIR DESTRUCTORS (or
99 // guarantee Stop() is explicitly called before the subclass is destroyed).
136 // Tells the thread to stop and waits until it is joined.
137 // Never call Stop on the current thread. Instead use the inherited Quit
140 virtual void Stop();
175 // 2) Stop() is called (returns false)
223 // call Stop() or Join() on this thread.
300 virtual ~ComThread() { Stop(); }
  /external/webrtc/webrtc/libjingle/xmpp/
xmpptask.cc 63 void XmppTask::Stop() {
65 Task::Stop();
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc 83 void ProcessThreadImpl::Stop() {
95 thread_->Stop();
  /frameworks/native/libs/vr/libvrflinger/
epoll_event_dispatcher.cpp 38 EpollEventDispatcher::~EpollEventDispatcher() { Stop(); }
40 void EpollEventDispatcher::Stop() {
  /hardware/qcom/display/msm8996/sdm/libs/core/
strategy.cpp 115 DisplayError Strategy::Stop() {
117 return strategy_intf_->Stop();
  /prebuilts/go/darwin-x86/src/runtime/trace/
example_test.go 31 defer trace.Stop()
  /prebuilts/go/linux-x86/src/runtime/trace/
example_test.go 31 defer trace.Stop()
  /external/libchrome/base/
tracked_objects_unittest.cc 220 stopwatch.Stop();
609 stopwatch.Stop();
638 stopwatch.Stop();
658 stopwatch1.Stop();
740 stopwatch.Stop();
758 stopwatch.Stop();
777 stopwatch.Stop();
    [all...]
  /cts/tests/tests/media/libndkaudio/
com_android_ndkaudio_AudioPlayer.cpp 75 nativePlayer->Stop();
com_android_ndkaudio_AudioRecorder.cpp 65 nativeRecorder->Stop();
  /external/clang/test/SemaCXX/
typo-correction.cpp 545 static void Stop(); // expected-note {{'Thread::Stop' declared here}}
551 void Stop(int); // expected-note {{'Stop' declared here}}
559 m->Stop(); // expected-error-re {{too few arguments to function call, expected 1, have 0{{$}}}}
560 Stop(); // expected-error {{use of undeclared identifier 'Stop'; did you mean 'Thread::Stop'?}}
  /external/libchrome/base/task/
cancelable_task_tracker_unittest.cc 99 worker_thread.Stop();
175 worker_thread.Stop();
198 other_thread.Stop();
205 other_thread.Stop();
  /external/libchrome/base/threading/
thread.h 37 // WARNING! SUBCLASSES MUST CALL Stop() IN THEIR DESTRUCTORS! See ~Thread().
90 // can't be destroyed or Stop()'ed).
102 // NOTE: ALL SUBCLASSES OF Thread MUST CALL Stop() IN THEIR DESTRUCTORS (or
103 // guarantee Stop() is explicitly called before the subclass is destroyed).
159 // Stop may be called multiple times and is simply ignored if the thread is
162 // Start/Stop are not thread-safe and callers that desire to invoke them from
168 void Stop();
175 // deadlock on Windows with printer worker thread. In any other case, Stop()
178 // Call Stop() to reset the thread object once it is known that the thread has
191 // non-null after a successful call to Start. After Stop has been called
    [all...]
  /external/libmojo/base/android/
java_handler_thread.cc 47 void JavaHandlerThread::Stop() {
  /external/tensorflow/tensorflow/contrib/mpi/
mpi_server_lib.cc 51 TF_CHECK_OK(Stop());
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_server_lib.h 66 Status Stop() override;
119 // Start() \ / Stop() \ /
123 // Stop(), Join()
  /external/v8/src/
counters-inl.h 39 RuntimeCallTimer* RuntimeCallTimer::Stop() {
  /external/webrtc/webrtc/common_video/include/
incoming_video_stream.h 48 // Start/Stop.
50 int32_t Stop();
83 // TODO(pbos): Make plain member and stop resetting this thread, just

Completed in 484 milliseconds

<<11121314151617181920>>