Searched refs:Stop (Results 126 - 150 of 1450) sorted by relevance

1234567891011>>

/external/chromium_org/google_apis/gcm/engine/
H A Dheartbeat_manager.h33 // Stop the timer. Start(..) must be called again to begin sending heartbeats
35 void Stop();
/external/chromium_org/jingle/glue/
H A Dtask_pump.cc41 void TaskPump::Stop() { function in class:jingle_glue::TaskPump
/external/chromium_org/media/audio/
H A Dvirtual_audio_input_stream_unittest.cc135 void Stop() { function in class:media::VirtualAudioInputStreamTest
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/base/
H A Daudio_capturer_source.h54 virtual void Stop() = 0;
H A Daudio_renderer_sink.h47 virtual void Stop() = 0;
H A Ddata_source.h32 virtual void Stop() = 0;
/external/chromium_org/media/tools/player_x11/
H A Ddata_source_logger.h25 virtual void Stop() OVERRIDE;
/external/chromium_org/mojo/common/
H A Dhandle_watcher.h31 // The destructor implicitly stops listening. See Stop() for details.
34 // Starts listening for |handle|. This implicitly invokes Stop(). In other
48 void Stop();
/external/chromium_org/net/test/spawned_test_server/
H A Dremote_test_server.h44 bool Stop();
/external/chromium_org/remoting/client/
H A Dclient_context.h29 void Stop();
/external/chromium_org/remoting/host/
H A Dipc_audio_capturer.cc30 void IpcAudioCapturer::Stop() { function in class:remoting::IpcAudioCapturer
H A Dipc_audio_capturer.h27 virtual void Stop() OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer.h52 virtual void Stop() OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dconsole.h47 void Stop();
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dyuvframescapturer.cc24 Stop();
30 // Stop() is called externally or Quit() is called by OnMessage().
83 Stop();
133 void YuvFramesCapturer::Stop() { function in class:cricket::YuvFramesCapturer
135 frames_generator_thread->Stop();
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dlow_latency_event.h38 bool Stop();
42 // Waits until SignalEvent or Stop is called.
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dprocess_thread_impl.h30 virtual int32_t Stop();
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dthread_wrapper.h85 // Multiple tries to Stop are allowed (e.g. to wait longer than 2 seconds).
86 // It's ok to call Stop() even if the spawned thread has been reclaimed.
87 virtual bool Stop() = 0;
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_wrapper_unittest.cc44 MOCK_METHOD0(Stop, bool());
/external/chromium_org/third_party/webrtc/test/
H A Dvideo_capturer.cc26 virtual void Stop() {} function in class:webrtc::test::NullCapturer
/external/chromium_org/tools/memory_inspector/memory_inspector/unittest/mock_adb/
H A Dmock_adb.py31 def Stop(self): member in class:MockAdb
32 assert(self._cfg_file), 'Stop called before Start.'
/external/chromium_org/ui/app_list/
H A Dsearch_provider.h31 virtual void Stop() = 0;
/external/chromium_org/ui/events/ozone/evdev/
H A Devent_converter_evdev.h28 // Stop reading events.
29 void Stop();
/external/chromium_org/v8/src/heap/
H A Dsweeper-thread.h26 void Stop();
/external/lldb/tools/lldb-perf/lib/
H A DTimer.h35 Stop ();

Completed in 2963 milliseconds

1234567891011>>