HomeSort by relevance Sort by last modified time
    Searched defs:STATE_CONNECTING (Results 1 - 22 of 22) sorted by null

  /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/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;
148 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
161 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
BluetoothPbap.java 81 public static final int STATE_CONNECTING = 1;
BluetoothAdapter.java 319 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
347 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;
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
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,
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 308 milliseconds