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

1 2 3

  /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;
154 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
167 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
  /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/chromium_org/third_party/libjingle/source/talk/base/
asyncpacketsocket.h 44 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:
  /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) {
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.h 66 STATE_CONNECTING,
socket_host_tcp.cc 79 state_ = STATE_CONNECTING;
117 if (state_ == STATE_UNINITIALIZED || state_ == STATE_CONNECTING ||
126 DCHECK_EQ(state_, STATE_CONNECTING);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 325 state == BluetoothProfile.STATE_CONNECTING ||
339 case BluetoothProfile.STATE_CONNECTING:
340 return BluetoothAdapter.STATE_CONNECTING;
348 case BluetoothProfile.STATE_CONNECTING:
362 case BluetoothProfile.STATE_CONNECTING:
410 (newState == BluetoothProfile.STATE_CONNECTING &&
419 currHashState == BluetoothProfile.STATE_CONNECTING) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 327 connectionState == BluetoothProfile.STATE_CONNECTING) {
340 connectionState != BluetoothProfile.STATE_CONNECTING) {
386 connectionState != BluetoothProfile.STATE_CONNECTING) {
397 // STATE_CONNECTING state, we do these 2 in this method
400 connectionState != BluetoothProfile.STATE_CONNECTING) {
463 connectionState != BluetoothProfile.STATE_CONNECTING) {
473 connectionState != BluetoothProfile.STATE_CONNECTING) {
HeadsetStateMachine.java 275 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
280 BluetoothProfile.STATE_CONNECTING);
336 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
415 BluetoothProfile.STATE_CONNECTING);
467 BluetoothProfile.STATE_CONNECTING);
482 BluetoothProfile.STATE_CONNECTING);
490 BluetoothProfile.STATE_CONNECTING);
506 BluetoothProfile.STATE_CONNECTING);
514 BluetoothProfile.STATE_CONNECTING);
522 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/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)) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 123 state_ = STATE_CONNECTING;
142 if (state_ == STATE_CONNECTING && dest) {
158 state_ = STATE_CONNECTING;
260 enum State { STATE_INIT, STATE_CONNECTING, STATE_CONNECTED };
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 44 case BluetoothProfile.STATE_CONNECTING:
A2dpProfile.java 110 BluetoothProfile.STATE_CONNECTING,

Completed in 2405 milliseconds

1 2 3