OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STATE_CONNECTING
(Results
1 - 25
of
29
) sorted by null
1
2
/external/qemu/android/
async-console.c
39
STATE_CONNECTING
,
80
acc->state =
STATE_CONNECTING
;
91
case
STATE_CONNECTING
: /* still trying to connect */
hw-pipe-net.c
60
STATE_CONNECTING
,
146
if (pipe->state ==
STATE_CONNECTING
) {
208
pipe->state =
STATE_CONNECTING
;
240
else if (pipe->state ==
STATE_CONNECTING
)
/external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h
44
STATE_CONNECTING
, //!< In the process of
/external/chromium_org/third_party/libjingle/source/talk/base/
asyncpacketsocket.h
66
STATE_CONNECTING
,
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
asyncsocket.h
44
STATE_CONNECTING
, //!< In the process of
/external/qemu/proxy/
proxy_http_connector.c
26
STATE_CONNECTING
, /* connecting to the server */
69
conn->state =
STATE_CONNECTING
;
94
case
STATE_CONNECTING
:
118
case
STATE_CONNECTING
:
proxy_http_rewriter.c
311
STATE_CONNECTING
= 0,
389
conn->state =
STATE_CONNECTING
;
948
case
STATE_CONNECTING
:
1005
case
STATE_CONNECTING
:
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java
51
public static final int
STATE_CONNECTING
= 1;
154
* {@link #STATE_CONNECTED}, {@link #
STATE_CONNECTING
},
167
* {@link #STATE_CONNECTED}, {@link #
STATE_CONNECTING
},
BluetoothPbap.java
81
public static final int
STATE_CONNECTING
= 1;
BluetoothAdapter.java
336
* can be any of {@link #STATE_DISCONNECTED}, {@link #
STATE_CONNECTING
},
364
public static final int
STATE_CONNECTING
= 1;
[
all
...]
/frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java
36
public static final int
STATE_CONNECTING
= 2;
81
return
STATE_CONNECTING
;
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host.h
80
STATE_CONNECTING
,
/developers/build/prebuilts/gradle/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
52
private static final int
STATE_CONNECTING
= 1;
223
mConnectionState =
STATE_CONNECTING
;
240
mConnectionState =
STATE_CONNECTING
;
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
52
private static final int
STATE_CONNECTING
= 1;
223
mConnectionState =
STATE_CONNECTING
;
240
mConnectionState =
STATE_CONNECTING
;
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java
52
private static final int
STATE_CONNECTING
= 1;
223
mConnectionState =
STATE_CONNECTING
;
240
mConnectionState =
STATE_CONNECTING
;
/sdk/emulator/opengl/tests/event_injector/
emulator-console.c
37
STATE_CONNECTING
= 0,
172
con->state =
STATE_CONNECTING
;
242
case
STATE_CONNECTING
:
/packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java
64
static final int
STATE_CONNECTING
= 5;
90
int mHfpResult; // used only in
STATE_CONNECTING
and STATE_DISCONNETING
91
int mA2dpResult; // used only in
STATE_CONNECTING
and STATE_DISCONNETING
253
mState =
STATE_CONNECTING
;
273
case
STATE_CONNECTING
:
320
(mState ==
STATE_CONNECTING
|| mState == STATE_DISCONNECTING)) {
330
(mState ==
STATE_CONNECTING
|| mState == STATE_DISCONNECTING)) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java
80
public static final int
STATE_CONNECTING
= 2; // now initiating an outgoing connection
147
if (mState ==
STATE_CONNECTING
) {
157
setState(
STATE_CONNECTING
);
318
case
STATE_CONNECTING
:
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java
67
public static final int
STATE_CONNECTING
= 2; // now initiating an outgoing connection
133
if (mState ==
STATE_CONNECTING
) {
143
setState(
STATE_CONNECTING
);
312
case
STATE_CONNECTING
:
/external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h
106
STATE_CONNECTING
,
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h
133
state_ =
STATE_CONNECTING
;
152
if (state_ ==
STATE_CONNECTING
&& dest) {
168
state_ =
STATE_CONNECTING
;
292
enum State { STATE_INIT,
STATE_CONNECTING
, STATE_CONNECTED };
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
Completed in 1119 milliseconds
1
2