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

  /frameworks/base/core/java/android/bluetooth/
ScoSocket.java 43 public static final int STATE_CONNECTING = 3; // connect() thread running
54 private WakeLock mWakeLock; // held while in STATE_CONNECTING
97 mState = STATE_CONNECTING;
141 if (mState != STATE_CONNECTING) {
BluetoothA2dp.java 71 public static final int STATE_CONNECTING = 1;
280 case STATE_CONNECTING:
BluetoothPbap.java 79 public static final int STATE_CONNECTING = 1;
BluetoothHeadset.java 100 public static final int STATE_CONNECTING = 1;
  /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,
381 conn->state = STATE_CONNECTING;
909 case STATE_CONNECTING:
966 case STATE_CONNECTING:
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 212 BluetoothA2dp.STATE_CONNECTING,
228 return BluetoothA2dp.STATE_CONNECTING;
292 case BluetoothA2dp.STATE_CONNECTING:
320 BluetoothA2dp.STATE_CONNECTING,
337 case BluetoothA2dp.STATE_CONNECTING:
346 handleSinkStateChange(device, state, BluetoothA2dp.STATE_CONNECTING);
429 BluetoothA2dp.STATE_CONNECTING,
500 state == BluetoothA2dp.STATE_CONNECTING ||
BluetoothService.java     [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 62 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
122 if (mState == STATE_CONNECTING) {
132 setState(STATE_CONNECTING);
264 case STATE_CONNECTING:
BluetoothChat.java 252 case BluetoothChatService.STATE_CONNECTING:
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 169 setState(BluetoothHeadset.STATE_CONNECTING);
177 case BluetoothHeadset.STATE_CONNECTING:
240 mState == BluetoothHeadset.STATE_CONNECTING) &&
409 if (mState != BluetoothHeadset.STATE_CONNECTING) {
483 } else if (mState == BluetoothHeadset.STATE_CONNECTING) {
529 setState(BluetoothHeadset.STATE_CONNECTING);
570 mState == BluetoothHeadset.STATE_CONNECTING) {
580 setState(BluetoothHeadset.STATE_CONNECTING);
601 case BluetoothHeadset.STATE_CONNECTING:
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java 104 oldState == BluetoothHeadset.STATE_CONNECTING) {
115 oldState == BluetoothA2dp.STATE_CONNECTING) {
LocalBluetoothProfileManager.java 238 case BluetoothA2dp.STATE_CONNECTING:
362 case BluetoothHeadset.STATE_CONNECTING:

Completed in 111 milliseconds