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

1 2

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 46 STATE_CONNECTING, //!< In the process of
  /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:
MessageTestActivity.java 227 case BluetoothChatService.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:
BluetoothChatFragment.java 289 case BluetoothChatService.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:
BluetoothChatFragment.java 289 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:
BluetoothChat.java 255 case BluetoothChatService.STATE_CONNECTING:
  /development/samples/browseable/BluetoothChat/src/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:
BluetoothChatFragment.java 289 case BluetoothChatService.STATE_CONNECTING:
  /external/chromium_org/third_party/webrtc/base/
asyncpacketsocket.h 74 STATE_CONNECTING,
asynctcpsocket.cc 101 return 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;
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.h 125 STATE_CONNECTING,
socket_host_tcp.cc 84 state_ = STATE_CONNECTING;
132 if (state_ == STATE_UNINITIALIZED || state_ == STATE_CONNECTING ||
141 DCHECK_EQ(state_, STATE_CONNECTING);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 139 state_ = STATE_CONNECTING;
158 if (state_ == STATE_CONNECTING && dest) {
174 state_ = STATE_CONNECTING;
305 enum State { STATE_INIT, STATE_CONNECTING, STATE_CONNECTED };
  /external/chromium_org/jingle/glue/
chrome_async_socket_unittest.cc 352 ExpectNonErrorState(ChromeAsyncSocket::STATE_CONNECTING);
527 ExpectNonErrorState(ChromeAsyncSocket::STATE_CONNECTING);
541 ExpectNonErrorState(ChromeAsyncSocket::STATE_CONNECTING);
605 ExpectNonErrorState(ChromeAsyncSocket::STATE_CONNECTING);
611 ExpectErrorState(ChromeAsyncSocket::STATE_CONNECTING,
    [all...]
chrome_async_socket.cc 85 // STATE_CLOSED -> STATE_CONNECTING
102 state_ = STATE_CONNECTING;
130 // STATE_CONNECTING -> STATE_OPEN
137 DCHECK_EQ(state_, STATE_CONNECTING);
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueFragment.java 221 case PlaybackState.STATE_CONNECTING:
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueFragment.java 221 case PlaybackState.STATE_CONNECTING:
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
QueueFragment.java 221 case PlaybackState.STATE_CONNECTING:

Completed in 460 milliseconds

1 2