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

1 2 3 4

  /external/libweave/include/weave/
command.h 70 virtual bool Pause(ErrorPtr* error) = 0;
  /external/libweave/include/weave/test/
mock_command.h 34 MOCK_METHOD1(Pause, bool(ErrorPtr*));
  /system/update_engine/common/
multi_range_http_fetcher.h 88 void Pause() override { base_fetcher_->Pause(); }
mock_http_fetcher.h 95 void Pause() override;
http_fetcher.h 104 // If data is coming in too quickly, you can call Pause() to pause the
107 virtual void Pause() = 0;
libcurl_http_fetcher.h 65 void Pause() override;
209 // be caused because either the connection dropped while pause or the proxy
mock_http_fetcher.cc 126 void MockHttpFetcher::Pause() {
134 CHECK(paused_) << "You must pause before unpause.";
  /system/core/metricsd/
timer.cc 49 bool Timer::Pause() {
timer_test.cc 156 ASSERT_TRUE(timer_.Pause()); // Starts timer paused.
201 ASSERT_TRUE(timer_.Pause());
238 ASSERT_TRUE(timer_.Pause());
265 ASSERT_TRUE(timer_.Pause());
288 ASSERT_TRUE(timer_.Pause());
308 ASSERT_TRUE(timer_.Pause());
336 ASSERT_TRUE(timer_.Pause());
351 ASSERT_TRUE(timer_.Pause());
381 ASSERT_TRUE(timer_.Pause());
392 ASSERT_TRUE(timer_.Pause());
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.h 52 virtual void Pause();
85 void Pause() override;
packet_sender.cc 26 void PacketSender::Pause() {
87 void VideoSender::Pause() {
89 PacketSender::Pause();
351 Pause();
456 Pause();
  /external/webrtc/webrtc/modules/pacing/
paced_sender.h 78 // Temporarily pause all sending.
79 void Pause();
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.h 85 STDMETHODIMP Pause ();
video_capture_ds.cc 140 hr = _mediaControl->Pause();
144 "Failed to Pause the Capture device. Is it already occupied? %d.",
181 HRESULT hr = _mediaControl->Pause();
  /system/core/metricsd/include/metrics/
timer.h 73 virtual bool Pause();
  /external/libweave/src/commands/
command_instance.h 63 bool Pause(ErrorPtr* error) override;
  /system/weaved/libweaved/
command.h 120 bool Pause(brillo::ErrorPtr* error);
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 188 def Pause(self):
193 self.jet.Pause()
  /system/weaved/buffet/
binder_command_proxy_unittest.cc 158 TEST_F(BinderCommandProxyTest, Pause) {
159 EXPECT_CALL(*command_, Pause(_)).WillOnce(Return(true));
160 EXPECT_TRUE(GetCommandProxy()->pause().isOk());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wiavideo.h 74 virtual HRESULT WINAPI Pause(void) = 0;
94 HRESULT (WINAPI *Pause)(IWiaVideo *This);
116 #define IWiaVideo_Pause(This) (This)->lpVtbl->Pause(This)
  /external/webrtc/talk/media/base/
videocapturer.cc 172 bool VideoCapturer::Pause(bool pause) {
173 if (pause) {
180 LOG(LS_ERROR) << "Cannot pause a stopped camera.";
233 muted_ = muted; // Do this before calling Pause().
243 return Pause(false);
560 Pause(true);
564 Pause(false);
videocapturer.h 196 // Pause the video capturer.
197 virtual bool Pause(bool paused);
207 // When muting, produce black frames then pause the camera.
  /external/webrtc/webrtc/video/
vie_encoder.h 81 void Pause();
  /system/connectivity/shill/wifi/
scan_session.cc 103 ebusy_timer_.Pause();
157 ebusy_timer_.Pause();
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 150 // Tracing active, pause it.
151 Trace::Pause();

Completed in 758 milliseconds

1 2 3 4