Searched refs:Restart (Results 1 - 25 of 33) 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
/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/freetype/src/pfr/
H A Dpfrcmap.c106 Restart:
129 goto Restart;
/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/perfetto/src/traced/probes/
H A Dprobes_producer.h141 void Restart();
H A Dprobes_producer.cc86 return task_runner_->PostTask([this] { this->Restart(); });
94 void ProbesProducer::Restart() { function in class:ProbesProducer
/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();
/external/python/cpython2/Lib/
H A Dpdb.py18 class Restart(Exception): class in inherits:Exception
672 """Restart program by raising an exception to be caught in the main
679 raise Restart
1097 Restart the debugged python program. If a string is supplied, it is
1318 except Restart:
/external/python/cpython3/Lib/
H A Dpdb.py85 class Restart(Exception): class in inherits:Exception
1017 Restart the debugged python program. If a string is supplied
1028 raise Restart
1671 except Restart:
/external/v8/src/
H A Dlookup.h131 void Restart() { function in class:v8::internal::BASE_EMBEDDED

Completed in 525 milliseconds

12