Searched refs:Restart (Results 1 - 25 of 32) sorted by relevance

12

/external/webrtc/talk/app/webrtc/
H A Dvideosourceinterface.h49 virtual void Restart() = 0;
H A Dvideosourceproxy.h44 PROXY_METHOD0(void, Restart)
H A Dvideosource.h83 void Restart() override;
H A Dvideosource.cc434 void VideoSource::Restart() { function in class:webrtc::VideoSource
H A Drtpsenderreceiver_unittest.cc105 virtual void Restart() {} function in class:webrtc::FakeVideoSource
H A Dvideosource_unittest.cc199 source_->Restart();
/external/libbrillo/brillo/daemons/
H A Ddaemon.cc67 SIGHUP, base::Bind(&Daemon::Restart, base::Unretained(this)));
85 bool Daemon::Restart(const signalfd_siginfo& /* info */) { function in class:brillo::Daemon
H A Ddaemon.h96 bool Restart(const signalfd_siginfo& info);
/external/v8/src/base/platform/
H A Delapsed-timer.h21 // |Elapsed()| or |HasExpired()|, and may be restarted using |Restart()|.
55 TimeDelta Restart() { function in class:v8::base::final
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_internal.h94 bool Restart();
H A Dsanitizer_symbolizer_libcdep.cc367 Restart();
386 bool SymbolizerProcess::Restart() { function in class:__sanitizer::SymbolizerProcess
/external/autotest/client/cros/cellular/
H A Dnet_interface.py136 def Restart(self): member in class:PseudoNetInterface
/external/webrtc/webrtc/base/
H A Dproxy_unittest.cc39 Thread::Current()->Restart(); // needed to reset the messagequeue
H A Dmessagequeue.h184 virtual void Restart();
H A Dmessagequeue.cc161 void MessageQueue::Restart() { function in class:rtc::MessageQueue
H A Dthread.cc196 Restart(); // reset fStop_ if the thread is being restarted
/external/webrtc/talk/media/base/
H A Dvideocapturer.h202 // Restart the video capturer with the new |capture_format|.
204 virtual bool Restart(const VideoFormat& capture_format);
H A Dcapturemanager.cc269 if (!video_capturer->Restart(capture_format)) {
270 LOG(LS_ERROR) << "RestartVideoCapture: Restart failed.";
H A Dvideocapturer_unittest.cc124 EXPECT_TRUE(capturer_.Restart(cricket::VideoFormat(
139 EXPECT_TRUE(capturer_.Restart(cricket::VideoFormat(
156 EXPECT_TRUE(capturer_.Restart(format));
/external/webrtc/webrtc/video/
H A Dvie_encoder.h82 void Restart();
H A Dvideo_send_stream.cc286 vie_encoder_->Restart();
577 // Restart the media flow
578 vie_encoder_->Restart();
H A Dvie_encoder.cc188 void ViEEncoder::Restart() { function in class:webrtc::ViEEncoder
/external/libchrome/base/threading/
H A Dthread_unittest.cc118 TEST_F(ThreadTest, Restart) {
119 Thread a("Restart");
/external/libmojo/mojo/message_pump/
H A Dhandle_watcher_unittest.cc242 TEST_P(HandleWatcherTest, Restart) {
/external/v8/src/
H A Dlookup.h131 void Restart() { function in class:v8::internal::BASE_EMBEDDED

Completed in 1305 milliseconds

12