HomeSort by relevance Sort by last modified time
    Searched refs:STATE_CONNECTING (Results 1 - 25 of 40) 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)
  /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},
BluetoothA2dp.java 62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
434 case STATE_CONNECTING:
BluetoothPbap.java 81 public static final int STATE_CONNECTING = 1;
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 36 public static final int STATE_CONNECTING = 2;
81 return 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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 177 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
182 BluetoothProfile.STATE_CONNECTING);
228 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
303 BluetoothProfile.STATE_CONNECTING);
345 BluetoothProfile.STATE_CONNECTING);
360 BluetoothProfile.STATE_CONNECTING);
368 BluetoothProfile.STATE_CONNECTING);
384 BluetoothProfile.STATE_CONNECTING);
392 BluetoothProfile.STATE_CONNECTING);
400 BluetoothProfile.STATE_CONNECTING);
    [all...]
A2dpService.java 124 connectionState == BluetoothProfile.STATE_CONNECTING) {
137 connectionState != BluetoothProfile.STATE_CONNECTING) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 326 state == BluetoothProfile.STATE_CONNECTING ||
340 case BluetoothProfile.STATE_CONNECTING:
341 return BluetoothAdapter.STATE_CONNECTING;
349 case BluetoothProfile.STATE_CONNECTING:
363 case BluetoothProfile.STATE_CONNECTING:
411 (newState == BluetoothProfile.STATE_CONNECTING &&
420 currHashState == BluetoothProfile.STATE_CONNECTING) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 319 connectionState == BluetoothProfile.STATE_CONNECTING) {
332 connectionState != BluetoothProfile.STATE_CONNECTING) {
378 connectionState != BluetoothProfile.STATE_CONNECTING) {
389 // STATE_CONNECTING state, we do these 2 in this method
392 connectionState != BluetoothProfile.STATE_CONNECTING) {
455 connectionState != BluetoothProfile.STATE_CONNECTING) {
465 connectionState != BluetoothProfile.STATE_CONNECTING) {
HeadsetStateMachine.java 265 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
270 BluetoothProfile.STATE_CONNECTING);
329 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
408 BluetoothProfile.STATE_CONNECTING);
463 BluetoothProfile.STATE_CONNECTING);
478 BluetoothProfile.STATE_CONNECTING);
486 BluetoothProfile.STATE_CONNECTING);
502 BluetoothProfile.STATE_CONNECTING);
510 BluetoothProfile.STATE_CONNECTING);
518 BluetoothProfile.STATE_CONNECTING);
    [all...]
  /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:
ConnectionAccessClientActivity.java 141 case BluetoothChatService.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:
  /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)) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 44 case BluetoothProfile.STATE_CONNECTING:
A2dpProfile.java 110 BluetoothProfile.STATE_CONNECTING,
BluetoothDevicePreference.java 226 case BluetoothProfile.STATE_CONNECTING:
HeadsetProfile.java 172 BluetoothProfile.STATE_CONNECTING,
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 250 case BluetoothProfile.STATE_CONNECTING:
    [all...]

Completed in 1138 milliseconds

1 2