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

1 2 3

  /external/webrtc/webrtc/libjingle/xmpp/
asyncsocket.h 29 STATE_CONNECTING, //!< In the process of
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 36 public static final int STATE_CONNECTING = 2;
81 return STATE_CONNECTING;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastController.java 37 public static final int STATE_CONNECTING = 1;
  /external/webrtc/webrtc/base/
asyncpacketsocket.h 73 STATE_CONNECTING,
  /external/webrtc/webrtc/p2p/base/
transportchannel.h 42 STATE_CONNECTING, // Will enter this state once a connection is created
63 return TransportChannelState::STATE_CONNECTING;
turnport.h 38 STATE_CONNECTING, // Initial state, cannot send any packets.
faketransportcontroller.h 82 return TransportChannelState::STATE_CONNECTING;
119 state_ = STATE_CONNECTING;
148 if (state_ == STATE_CONNECTING && dest) {
164 state_ = STATE_CONNECTING;
315 enum State { STATE_INIT, STATE_CONNECTING, STATE_CONNECTED };
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 55 int STATE_CONNECTING = 1;
240 * #STATE_CONNECTING}, {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
251 * #STATE_CONNECTING}, {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
283 * @param connectionState - One of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
293 case STATE_CONNECTING:
294 return "STATE_CONNECTING";
BluetoothAdapter.java 457 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
545 public static final int STATE_CONNECTING = BluetoothProtoEnums.CONNECTION_STATE_CONNECTING;
    [all...]
  /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;
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 183 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING,
256 public final static int STATE_CONNECTING = 8;
371 * <li> {@link PlaybackState#STATE_CONNECTING}</li>
883 * <li> {@link PlaybackState#STATE_CONNECTING}</li>
927 * <li> {@link PlaybackState#STATE_CONNECTING}</li>
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/
Car.java 221 private static final int STATE_CONNECTING = 1;
367 mConnectionState = STATE_CONNECTING;
400 return mConnectionState == STATE_CONNECTING;
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BtEnum.py 89 STATE_CONNECTING = 1
GattEnum.py 146 STATE_CONNECTING = 1
  /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 68 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
145 if (mState == STATE_CONNECTING) {
350 case STATE_CONNECTING:
412 mState = STATE_CONNECTING;
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 68 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
145 if (mState == STATE_CONNECTING) {
350 case STATE_CONNECTING:
412 mState = 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:
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 68 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
145 if (mState == STATE_CONNECTING) {
350 case STATE_CONNECTING:
412 mState = STATE_CONNECTING;
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 72 static final int STATE_CONNECTING = 5;
103 int mHfpResult; // used only in STATE_CONNECTING and STATE_DISCONNETING
104 int mA2dpResult; // used only in STATE_CONNECTING and STATE_DISCONNETING
362 mState = STATE_CONNECTING;
407 case STATE_CONNECTING:
483 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
497 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
511 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
612 } else if (mState == STATE_CONNECTING) {
635 } else if (mState == STATE_CONNECTING) {
    [all...]
  /frameworks/support/media/src/main/java/android/support/v4/media/session/
PlaybackStateCompat.java 228 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING,
304 public final static int STATE_CONNECTING = 8;
634 * <li> {@link PlaybackStateCompat#STATE_CONNECTING}</li>
    [all...]
  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
UiCallManager.java 77 sCallStateRank.add(Call.STATE_CONNECTING);
638 Call.STATE_CONNECTING, Call.STATE_NEW, Call.STATE_DIALING);
  /packages/services/Car/car-lib/src/android/car/
Car.java 474 private static final int STATE_CONNECTING = 1;
613 mConnectionState = STATE_CONNECTING;
658 return mConnectionState == STATE_CONNECTING;

Completed in 1198 milliseconds

1 2 3