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

1 2 3 4

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 42 public static int STATE_CONNECTING = 1;
53 if (state == STATE_CONNECTING) return "STATE_CONNECTING";
CastController.java 36 public static final int STATE_CONNECTING = 1;
  /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;
172 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
185 * {@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_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/hfpclient/
HeadsetClientService.java 449 connectionState == BluetoothProfile.STATE_CONNECTING) {
462 connectionState != BluetoothProfile.STATE_CONNECTING) {
511 connectionState != BluetoothProfile.STATE_CONNECTING) {
522 // STATE_CONNECTING state, we do these 2 in this method
525 connectionState != BluetoothProfile.STATE_CONNECTING) {
571 connectionState != BluetoothProfile.STATE_CONNECTING) {
583 connectionState != BluetoothProfile.STATE_CONNECTING) {
596 connectionState != BluetoothProfile.STATE_CONNECTING) {
609 connectionState != BluetoothProfile.STATE_CONNECTING) {
623 connectionState != BluetoothProfile.STATE_CONNECTING) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 177 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
182 BluetoothProfile.STATE_CONNECTING);
231 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
306 BluetoothProfile.STATE_CONNECTING);
352 BluetoothProfile.STATE_CONNECTING);
367 BluetoothProfile.STATE_CONNECTING);
375 BluetoothProfile.STATE_CONNECTING);
391 BluetoothProfile.STATE_CONNECTING);
399 BluetoothProfile.STATE_CONNECTING);
407 BluetoothProfile.STATE_CONNECTING);
    [all...]
A2dpStateMachine.java 173 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
178 BluetoothProfile.STATE_CONNECTING);
224 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
299 BluetoothProfile.STATE_CONNECTING);
341 BluetoothProfile.STATE_CONNECTING);
356 BluetoothProfile.STATE_CONNECTING);
364 BluetoothProfile.STATE_CONNECTING);
380 BluetoothProfile.STATE_CONNECTING);
388 BluetoothProfile.STATE_CONNECTING);
396 BluetoothProfile.STATE_CONNECTING);
    [all...]
A2dpSinkService.java 110 connectionState == BluetoothProfile.STATE_CONNECTING) {
123 connectionState != BluetoothProfile.STATE_CONNECTING) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 375 state == BluetoothProfile.STATE_CONNECTING ||
389 case BluetoothProfile.STATE_CONNECTING:
390 return BluetoothAdapter.STATE_CONNECTING;
398 case BluetoothProfile.STATE_CONNECTING:
412 case BluetoothProfile.STATE_CONNECTING:
460 (newState == BluetoothProfile.STATE_CONNECTING &&
469 currHashState == BluetoothProfile.STATE_CONNECTING) {
  /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)) {
  /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/base/
asyncpacketsocket.h 91 STATE_CONNECTING,
  /external/chromium_org/third_party/webrtc/base/
asyncpacketsocket.h 74 STATE_CONNECTING,
  /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;
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 37 STATE_CONNECTING = 0,
172 con->state = STATE_CONNECTING;
242 case STATE_CONNECTING:
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 341 connectionState == BluetoothProfile.STATE_CONNECTING) {
354 connectionState != BluetoothProfile.STATE_CONNECTING) {
400 connectionState != BluetoothProfile.STATE_CONNECTING) {
411 // STATE_CONNECTING state, we do these 2 in this method
414 connectionState != BluetoothProfile.STATE_CONNECTING) {
477 connectionState != BluetoothProfile.STATE_CONNECTING) {
487 connectionState != BluetoothProfile.STATE_CONNECTING) {

Completed in 330 milliseconds

1 2 3 4