HomeSort by relevance Sort by last modified time
    Searched refs:Restart (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/webrtc/talk/app/webrtc/
videosourceinterface.h 49 virtual void Restart() = 0;
videosourceproxy.h 44 PROXY_METHOD0(void, Restart)
videosource.h 83 void Restart() override;
  /external/libbrillo/brillo/daemons/
daemon.cc 67 SIGHUP, base::Bind(&Daemon::Restart, base::Unretained(this)));
85 bool Daemon::Restart(const signalfd_siginfo& /* info */) {
daemon.h 96 bool Restart(const signalfd_siginfo& info);
  /frameworks/rs/tests/lldb/tests/harness/
util_timer.py 84 '''Restart the timer.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
FaultTolerantWrite.h 103 @retval EFI_NOT_READY The last write has not been completed. Restart()
200 EFI_FAULT_TOLERANT_WRITE_RESTART Restart;
  /external/v8/src/base/platform/
elapsed-timer.h 21 // |Elapsed()| or |HasExpired()|, and may be restarted using |Restart()|.
55 TimeDelta Restart() {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_internal.h 94 bool Restart();
sanitizer_symbolizer_libcdep.cc 364 // Start or restart symbolizer if we failed to send command to it.
367 Restart();
370 Report("WARNING: Failed to use and restart external symbolizer!\n");
386 bool SymbolizerProcess::Restart() {
  /external/webrtc/webrtc/base/
proxy_unittest.cc 39 Thread::Current()->Restart(); // needed to reset the messagequeue
messagequeue.h 184 virtual void Restart();
messagequeue.cc 161 void MessageQueue::Restart() {
thread.cc 196 Restart(); // reset fStop_ if the thread is being restarted
  /prebuilts/go/darwin-x86/src/debug/elf/
reader.go 91 // Restart at the beginning.
  /prebuilts/go/linux-x86/src/debug/elf/
reader.go 91 // Restart at the beginning.
  /system/extras/tests/workloads/
systemapps.sh 78 restart=$3
91 curRestart=$(eval "echo \$${label}restart")
114 ((curRestart=curRestart+${restart:=0}))
115 eval "${label}restart=$curRestart"
132 $(eval "echo \$${label}restart") $(eval "echo \$${label}reclaim") \
151 printf "%-6s %7s(ms) %6s(ms) %s %s %s %s\n" App Time AmTime Restart DirReclaim Jank Latency
255 printf "%-6s %7s(ms) %6s(ms) %6s(ms) %s %s %s %s\n" App Max Ave Min Restart DirReclaim Jank Latency
  /external/autotest/client/cros/cellular/
net_interface.py 136 def Restart(self):
  /external/webrtc/talk/media/base/
videocapturer.h 202 // Restart the video capturer with the new |capture_format|.
204 virtual bool Restart(const VideoFormat& capture_format);
capturemanager.cc 263 // Try a restart using the new best resolution.
269 if (!video_capturer->Restart(capture_format)) {
270 LOG(LS_ERROR) << "RestartVideoCapture: Restart failed.";
280 // TODO(ryanpetrie): Support restart requests. Should this
  /external/webrtc/webrtc/video/
vie_encoder.h 82 void Restart();
video_send_stream.cc 286 vie_encoder_->Restart();
577 // Restart the media flow
578 vie_encoder_->Restart();
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.c 1038 goto Restart;
1056 goto Restart;
1076 goto Restart;
1084 goto Restart;
1110 Restart:
    [all...]
  /external/libchrome/base/threading/
thread_unittest.cc 118 TEST_F(ThreadTest, Restart) {
119 Thread a("Restart");
  /frameworks/base/libs/hwui/
Animator.h 48 // These are the same values as the RESTART and REVERSE in ValueAnimator.java.
49 Restart = 1,

Completed in 693 milliseconds

1 2 3 4