HomeSort by relevance Sort by last modified time
    Searched full:reconnect (Results 26 - 50 of 321) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/fsck_msdos/
ext.h 132 * Try to reconnect a lost cluster chain
134 int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
  /external/libppp/src/
datalink.h 86 int timeout; /* Timeout before reconnect on carrier loss */
87 } reconnect; member in struct:datalink::__anon21035
datalink.c 135 dl->reconnect_tries = dl->cfg.reconnect.max;
170 datalink_StartDialTimer(dl, dl->cfg.reconnect.timeout);
174 log_Printf(LogCHAT, "%s: Reconnect try %d of %d\n",
175 dl->name, dl->cfg.reconnect.max - dl->reconnect_tries,
176 dl->cfg.reconnect.max);
835 dl->cfg.reconnect.max = 0;
836 dl->cfg.reconnect.timeout = RECONNECT_TIMEOUT;
977 dl->physical->type == PHYS_DIRECT ? 0 : dl->cfg.reconnect.max;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraHolder.java 140 mCameraDevice.reconnect();
142 Log.e(TAG, "reconnect failed.");
  /external/chromium_org/remoting/webapp/
session_connector.js 186 * Update the pairing info so that the reconnect function will work correctly.
267 * Reconnect a closed connection.
271 remoting.SessionConnector.prototype.reconnect = function() {
273 console.error('reconnect not supported for IT2Me.');
393 * events). Errors that occur while connecting either trigger a reconnect
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 56 // Number of times we will retry to reconnect and reload payment portal page.
58 // Time between connection attempts when forcing a reconnect.
62 // Maximum amount of time we'll wait for a service to reconnect.
331 // The payment is received, try to reconnect and check the status all over
382 // Reconnect and try and load the frame again.
530 LOG(ERROR) << "Ending activation attempt after failing to reconnect.";
634 // state and reconnect again.
    [all...]
  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 85 mTracker.reconnect();
236 reconnect(); method
264 public boolean reconnect() { method in class:EthernetDataTracker
  /external/chromium_org/build/android/
provision_devices.py 86 '-r', '--auto-reconnect', action='store_true',
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.cc 103 // network to reconnect, and new network state is actually available. This
  /external/chromium_org/remoting/host/
signaling_connector.h 27 // not connected it keeps trying to reconnect it until it is
  /frameworks/av/include/camera/
Camera.h 79 status_t reconnect();
ICameraRecordingProxy.h 67 * (4) The app: ICamera.reconnect().
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 282 bool reconnect = false; local
291 reconnect = true;
295 if (reconnect) {
307 ALOGI("The attempt to reconnect failed, %d retries remaining",
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
index.jd 52 app. When the user returns, you can reconnect to the network and allow the user to resume the video
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 158 * reconnect and write the command one more time before giving up.
160 Slog.e(TAG, "write command failed? reconnect!");
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 112 public boolean reconnect() { method in class:WifiStateTracker
143 * was explicitly requested, then Wi-Fi can be restarted with a reconnect
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 224 mCameraDevice.reconnect();
226 Log.e(TAG, "reconnect failed.");
  /packages/apps/Camera2/src/com/android/camera/
CameraHolder.java 227 if (!mCameraDevice.reconnect(handler, cb)) {
228 Log.e(TAG, "fail to reconnect Camera:" + mCameraId + ", aborting.");
AndroidCameraManagerImpl.java 58 private static final int RECONNECT = 3;
212 case RECONNECT:
215 mCamera.reconnect();
386 public boolean reconnect(Handler handler, CameraOpenErrorCallback cb) { method in class:AndroidCameraManagerImpl.AndroidCameraProxyImpl
387 mCameraHandler.sendEmptyMessage(RECONNECT);
  /external/smack/src/org/jivesoftware/smack/
ConnectionConfiguration.java 728 * Returns the username to use when trying to reconnect to the server.
730 * @return the username to use when trying to reconnect to the server.
737 * Returns the password to use when trying to reconnect to the server.
739 * @return the password to use when trying to reconnect to the server.
746 * Returns the resource to use when trying to reconnect to the server.
748 * @return the resource to use when trying to reconnect to the server.
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 182 assertTrue(mWifiManager.reconnect());
218 * 1.reconnect
229 assertTrue(mWifiManager.reconnect());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
ircbot.py 38 The bot tries to reconnect if it is disconnected.
59 before trying to reconnect.
198 The bot will try to reconnect after a while.
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 145 int reconnect=0; variable
179 fprintf(stderr," -reconnect - reuse session-id's\n");
214 else if (strcmp(*argv,"-reconnect") == 0)
215 reconnect=1;
379 if (reconnect)
408 if (reconnect)
  /external/openssl/crypto/threads/
mttest.c 145 int reconnect=0; variable
179 fprintf(stderr," -reconnect - reuse session-id's\n");
214 else if (strcmp(*argv,"-reconnect") == 0)
215 reconnect=1;
379 if (reconnect)
408 if (reconnect)
  /external/chromium/chrome/browser/resources/
network_menu.js 128 * Handle reconnect.
283 button.textContent = localStrings.getString('reconnect');

Completed in 893 milliseconds

12 3 4 5 6 7 8 91011>>