HomeSort by relevance Sort by last modified time
    Searched full:unpause (Results 1 - 25 of 47) sorted by null

1 2

  /external/curl/docs/libcurl/
curl_easy_pause.3 24 curl_easy_pause - pause and unpause a connection
32 paused, and you can unpause a connection that was previously paused.
42 function from another thread. To unpause, you may for example call it from the
46 When this function is called to unpause reading, the chance is high that you
50 the connection you want to pause or unpause.
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AsyncTaskTest.java 108 Robolectric.getBackgroundScheduler().unPause();
119 Robolectric.getBackgroundScheduler().unPause();
HandlerTest.java 128 shadowLooper.unPause();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLooper.java 88 shadowOf(looper).unPause();
174 public void unPause() {
175 scheduler.unPause();
  /system/update_engine/common/
http_fetcher.h 109 // Used to unpause an HttpFetcher and let the bytes stream in again.
111 // Unpause() returns
112 virtual void Unpause() = 0;
mock_http_fetcher.cc 133 void MockHttpFetcher::Unpause() {
134 CHECK(paused_) << "You must pause before unpause.";
mock_http_fetcher.h 37 // and Unpause. For the other chunks of data, a callback is put on the run
98 void Unpause() override;
multi_range_http_fetcher.h 90 void Unpause() override { base_fetcher_->Unpause(); }
file_fetcher.cc 162 void FileFetcher::Unpause() {
file_fetcher.h 66 void Unpause() override;
http_fetcher_unittest.cc 576 void Unpause() {
579 fetcher_->Unpause();
588 delegate->Unpause();
638 fetcher->Unpause();
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
Scheduler.java 21 public void unPause() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
SchedulerTest.java 73 scheduler.unPause();
  /system/update_engine/
libcurl_http_fetcher.h 68 void Unpause() override;
208 // Whether we should restart the transfer once Unpause() is called. This can
libcurl_http_fetcher.cc 304 // If we are paused, we delay these two operations until Unpause is called.
506 void LibcurlHttpFetcher::Unpause() {
  /external/autotest/client/tests/xmtest/
xm-test.tar.bz2 
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java 100 mLunarThread.unpause();
LunarView.java 532 public void unpause() { method in class:LunarView.LunarThread
561 unpause(); method
    [all...]
  /external/webrtc/talk/media/base/
videocapturer.cc 191 } else { // Unpause.
193 LOG(LS_WARNING) << "Cannot unpause a camera that hasn't been paused.";
197 LOG(LS_ERROR) << "Missing capture_format_, cannot unpause a camera.";
  /frameworks/wilhelm/src/itf/
IEngine.c 700 bool unpause = false; local
703 unpause = true;
709 if (unpause) {
    [all...]
  /system/update_engine/payload_consumer/
download_action.cc 240 http_fetcher_->Unpause();
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
VideoPauseController.java 250 // Only send pause/unpause requests if we are in the INCALL state.
  /external/curl/lib/
easy.c 998 * curl_easy_pause() allows an application to pause or unpause a specific
  /external/wpa_supplicant_8/src/ap/
wnm_ap.c 169 * 3. unpause the node in driver
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 504 * Pause/unpause the capture thread. Doesn't block, so use
    [all...]

Completed in 3962 milliseconds

1 2