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

12 3 4 5 6 7 8 910

  /frameworks/av/include/camera/
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
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 73 boolean reconnect(); method in interface:DeviceHost.TagEndpoint
  /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!");
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 224 mCameraDevice.reconnect();
226 Log.e(TAG, "reconnect failed.");
  /packages/apps/Gallery2/src/com/android/camera/
CameraHolder.java 224 mCameraDevice.reconnect();
226 Log.e(TAG, "reconnect failed.");
  /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.
  /external/libppp/src/
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...]
README.changes 62 o Reconnect values are used after an LQR timeout.
87 o `show reconnect' and `show redial' are part of `show link'
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 182 assertTrue(mWifiManager.reconnect());
218 * 1.reconnect
229 assertTrue(mWifiManager.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');
  /external/qemu/android/
async-socket.h 139 * reconnect_to - Timeout before trying to reconnect after disconnection.
194 * retry_to - Number of milliseconds to wait before trying to reconnect.
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.hardware.Camera.html 94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/hardware/Camera.html#reconnect()" target="_top"><code>reconnect</code></A>()</nobr>
  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 241 // attempt to reconnect in the future.
264 Log.w(TAG, String.format("Native service died, will reconnect in %d mSec",
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 635 check privacy enabled? set reconnect address
790 GAP_TRACE_ERROR0("No connection, can not update reconnect address");
899 ** Description Start a process to udpate the reconnect address if remote devive
919 GAP_TRACE_ERROR0("No connection, can not update reconnect address");
  /external/bluetooth/bluedroid/stack/include/
mca_defs.h 75 - Create, Reconnect, or Delete request was received while in the PENDING state.
  /external/chromium/chrome/browser/chromeos/
audio_handler.cc 119 VLOG(1) << "Unable to reconnect to Mixer";
  /external/e2fsprogs/e2fsck/
pass3.c 22 * will offer to reconnect it to /lost+found. While it is chasing
25 * offer to reconnect the directory to /lost+found in to break the
29 * reconnect inodes to /lost+found; this subroutine is also used by
271 * or we will have offered to reconnect this to
pass4.c 71 * Prompt to reconnect.
  /external/kernel-headers/original/linux/
serio.h 66 int (*reconnect)(struct serio *); member in struct:serio_driver
  /external/openssh/
roaming_client.c 274 fprintf(stderr, "[reconnect failed, press return to retry]");
roaming_common.c 221 * Caclulate a new key after a reconnect
  /external/quake/quake/src/QW/client/
docs.txt 21 changelevel / reconnect confusion

Completed in 3742 milliseconds

12 3 4 5 6 7 8 910