OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reconnect
(Results
1 - 25
of
321
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/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
111
//
Reconnect
in 1 to 9 seconds (vary the time a little to try to
135
// Double
reconnect
time up to 30 minutes.
/external/chromium_org/net/tools/quic/test_tools/
quic_test_client.h
109
void set_auto_reconnect(bool
reconnect
) { auto_reconnect_ =
reconnect
; }
140
// something causes a connection reset, it will not automatically
reconnect
/external/chromium_org/remoting/webapp/
event_handlers.js
37
var
reconnect
= function() {
39
remoting.connector.
reconnect
();
74
{ 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_org/chrome/browser/chromeos/mobile/
mobile_activator.h
175
// Forces disconnect /
reconnect
when we detect portal connectivity issues.
178
// Called when ForceReconnect takes too long to
reconnect
.
243
// disconnect/
reconnect
cycle on this network.
282
// Payment portal reload/
reconnect
attempt count.
289
// Called to continue the
reconnect
attempt.
291
// Called when the
reconnect
attempt times out.
/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
...]
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_controller_brlapi.h
48
// Makes the controller try to
reconnect
(if disconnected) as if the brlapi
/external/chromium_org/google_apis/gcm/engine/
fake_connection_handler.cc
67
initialized_ = false; // Prevent future messages until
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");
/external/chromium_org/remoting/host/
signaling_connector.cc
20
// The delay between
reconnect
attempts will increase exponentially up
207
// schedule a
reconnect
in case this is a transient problem rather than
211
HOST_LOG << "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/chromeos/dbus/
bluetooth_input_client.h
26
// 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 569 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>