HomeSort by relevance Sort by last modified time
    Searched defs:STATE_CONNECTING (Results 1 - 25 of 39) 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_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/com/android/internal/net/
LegacyVpnInfo.java 36 public static final int STATE_CONNECTING = 2;
81 return STATE_CONNECTING;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastController.java 36 public static final int STATE_CONNECTING = 1;
BluetoothController.java 42 public static int STATE_CONNECTING = 1;
53 if (state == STATE_CONNECTING) return "STATE_CONNECTING";
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncpacketsocket.h 91 STATE_CONNECTING,
  /external/chromium_org/third_party/webrtc/base/
asyncpacketsocket.h 74 STATE_CONNECTING,
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 51 public static final int STATE_CONNECTING = 1;
172 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
185 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
BluetoothPbap.java 80 public static final int STATE_CONNECTING = 1;
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/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/Application/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;
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.h 118 STATE_CONNECTING,
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 197 public final static int STATE_CONNECTING = 8;
    [all...]
  /frameworks/support/v4/java/android/support/v4/media/session/
PlaybackStateCompat.java 188 public final static int STATE_CONNECTING = 8;
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 37 STATE_CONNECTING = 0,
172 con->state = STATE_CONNECTING;
242 case STATE_CONNECTING:
  /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:
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
144 if (mState == STATE_CONNECTING) {
160 setState(STATE_CONNECTING);
337 case STATE_CONNECTING:
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
144 if (mState == STATE_CONNECTING) {
160 setState(STATE_CONNECTING);
337 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_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 139 state_ = STATE_CONNECTING;
158 if (state_ == STATE_CONNECTING && dest) {
174 state_ = STATE_CONNECTING;
305 enum State { STATE_INIT, STATE_CONNECTING, STATE_CONNECTED };
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 66 static final int STATE_CONNECTING = 5;
94 int mHfpResult; // used only in STATE_CONNECTING and STATE_DISCONNETING
95 int mA2dpResult; // used only in STATE_CONNECTING and STATE_DISCONNETING
321 mState = STATE_CONNECTING;
356 case STATE_CONNECTING:
417 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
427 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
437 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {

Completed in 1220 milliseconds

1 2