/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 */
|
/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/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...] |
/frameworks/base/wifi/java/android/net/wifi/ |
IWifiManager.aidl | 52 void reconnect();
|
WifiStateTracker.java | 109 public boolean reconnect() { method in class:WifiStateTracker 140 * was explicitly requested, then Wi-Fi can be restarted with a reconnect
|
/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");
|
/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);
|
/packages/apps/Gallery2/src/com/android/camera/ |
CameraManager.java | 52 private static final int RECONNECT = 2; 147 case RECONNECT: 150 mCamera.reconnect(); 316 public void reconnect() throws IOException { method in class:CameraManager.CameraProxy 317 mCameraHandler.sendEmptyMessage(RECONNECT);
|
/frameworks/av/camera/ |
Camera.cpp | 77 status_t Camera::reconnect() function in class:android::Camera 79 ALOGV("reconnect"); 317 mCamera->reconnect();
|
/external/quake/quake/src/QW/server/ |
newnet.txt | 7 problem with reconnect to same server out of order packets
|
/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/av/media/libstagefright/rtsp/ |
MyHandler.h | 456 int32_t reconnect; local 457 if (msg->findInt32("reconnect", &reconnect) && reconnect) { 867 int32_t reconnect; local 868 if (msg->findInt32("reconnect", &reconnect) && reconnect) { 869 reply->setInt32("reconnect", true); 899 int32_t reconnect; local [all...] |
/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::__anon10751
|
/external/quake/quake/src/QW/ |
cmds.txt | 36 reconnect", CL_Reconnect_f
62 reconnect", CL_Reconnect_f
|
qwchangelog.txt | 38 - added rerecord <filename> to cause a reconnect with demo recording on the
226 - reconnect command will now reconnect to the server it's is currently connected
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraHolder.java | 140 mCameraDevice.reconnect(); 142 Log.e(TAG, "reconnect failed.");
|
/frameworks/base/core/java/android/net/ |
EthernetDataTracker.java | 85 mTracker.reconnect(); 241 reconnect(); method 269 public boolean reconnect() { method in class:EthernetDataTracker
|
/frameworks/av/include/camera/ |
Camera.h | 73 status_t reconnect();
|