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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_lpf2/
name 1 create lost+found and reconnect lost directory
  /external/kernel-headers/original/linux/
smb.h 99 try to reconnect yet. */
101 CONN_RETRYING /* Currently trying to reconnect */
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.h 108 void set_auto_reconnect(bool reconnect) { auto_reconnect_ = reconnect; }
126 // connection reset, it will not automatically reconnect.
129 // If true, the client will always reconnect if necessary before creating a
  /frameworks/base/core/java/android/nfc/tech/
BasicTagTechnology.java 95 public void reconnect() throws IOException { method in class:BasicTagTechnology
101 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle());
120 * but just reconnect to it to reset its state
123 mTag.getTagService().reconnect(mTag.getServiceHandle());
  /external/smack/src/org/jivesoftware/smack/
ConnectionListener.java 50 * The connection will retry to reconnect in the specified number of seconds.
58 * reconnect to the server when the previous socket connection was abruptly closed.
ReconnectionManager.java 24 * the application explictly closing it, the manager automatically tries to reconnect to
27 * The reconnection mechanism will try to reconnect periodically:
76 * The reconnection mechanism will try to reconnect periodically in this way:
83 synchronized protected void reconnect() { method in class:ReconnectionManager
118 // The process will try to reconnect until the connection is established or
208 this.reconnect();
  /external/chromium_org/jingle/notifier/communicator/
login.h 106 // Stops any existing reconnect timer and sets an initial reconnect
110 // Tries to reconnect in some point in the future. If called
login.cc 114 // Reconnect in 1 to 9 seconds (vary the time a little to try to
138 // Double reconnect time up to 30 minutes.
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 163 // Forces disconnect / reconnect when we detect portal connectivity issues.
165 // Called when ForceReconnect takes too long to reconnect.
214 // disconnect/reconnect cycle on this network.
242 // Payment portal reload/reconnect attempt count.
249 // Called to continue the reconnect attempt.
251 // Called when the reconnect attempt times out.
mobile_activator.cc 46 // Number of times we will retry to reconnect and reload payment portal page.
48 // Time between connection attempts when forcing a reconnect.
52 // Maximum amount of time we'll wait for a service to reconnect.
283 // The payment is received, try to reconnect and check the status all over
332 // Reconnect and try and load the frame again.
495 LOG(ERROR) << "Ending activation attempt after failing to reconnect.";
566 // state and reconnect again.
856 // Pick where we want to return to after we reconnect.
873 // PickNextOnlineState to reconnect after activation (that's the
874 // only way we see this transition). Thus, after we reconnect, w
    [all...]
  /external/chromium_org/remoting/webapp/
event_handlers.js 37 var reconnect = function() {
39 remoting.connector.reconnect();
69 { event: 'click', id: 'client-reconnect-button', fn: reconnect },
  /external/openssh/
roaming_serv.c 25 * Wait for the roaming client to reconnect. Returns 0 if a connect ocurred.
  /frameworks/base/core/java/android/nfc/
INfcTag.aidl 30 int reconnect(int nativeHandle);
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 79 // Number of times we will retry to reconnect if connection fails.
81 // Number of times we will retry to reconnect if connection fails.
83 // Number of times we will retry to reconnect after payment is processed.
85 // Reconnect retry delay (after payment is processed).
89 // Reconnect delay.
91 // Reconnect timer delay.
93 // Reconnect delay after previous failure.
247 // Checks if we need to reconnect due to failed connection attempt.
255 // Forces disconnect / reconnect when we detect portal connectivity issues.
319 // Post payment reconnect wait counters
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
NoWifiStatePermissionTest.java 126 * Verify that WifiManager#reconnect() requires permissions.
132 mWifiManager.reconnect();
133 fail("WifiManager.reconnect didn't throw SecurityException as expected");
  /external/chromium_org/remoting/host/
signaling_connector.cc 18 // The delay between reconnect attempts will increase exponentially up
203 // schedule a reconnect in case this is a transient problem rather than
207 LOG(INFO) << "Talkgadget check failed. Scheduling reconnect. Attempt "
  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 55 private static final int RECONNECT = 2;
142 case RECONNECT:
145 mCamera.reconnect();
307 public void reconnect() throws IOException { method in class:CameraManager.CameraProxy
309 mCameraHandler.sendEmptyMessage(RECONNECT);
  /frameworks/av/camera/
Camera.cpp 80 status_t Camera::reconnect() function in class:android::Camera
82 ALOGV("reconnect");
328 mCamera->reconnect();
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.cc 95 // network to reconnect, and new network state is actually available. This
  /external/chromium_org/chromeos/dbus/
bluetooth_input_client.h 30 // The Bluetooth input device reconnect mode. Read-only.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCamera.java 50 public void reconnect() { method in class:ShadowCamera
  /frameworks/av/include/common_time/
cc_helper.h 28 // implement a simple policy of making a basic attempt to reconnect to the
  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 54 void reconnect();
  /packages/apps/Camera2/src/com/android/camera/
CameraManager.java 125 * {@link android.hardware.Camera#reconnect()}.
128 * with the reconnect failure.
169 * @see android.hardware.Camera#reconnect()
176 public boolean reconnect(Handler handler, CameraOpenErrorCallback cb); method in interface:CameraManager.CameraProxy
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 457 int32_t reconnect; local
458 if (msg->findInt32("reconnect", &reconnect) && reconnect) {
872 int32_t reconnect; local
873 if (msg->findInt32("reconnect", &reconnect) && reconnect) {
874 reply->setInt32("reconnect", true);
904 int32_t reconnect; local
    [all...]

Completed in 576 milliseconds

1 2 3 4 5 6 7 8 91011>>