/external/chromium/chrome/browser/chromeos/ |
network_state_notifier.h | 24 CONNECTING,
|
/external/chromium/chrome/browser/sync/notifier/ |
invalidation_notifier.h | 6 // client. Handles the details of connecting to XMPP and hooking it 71 // credentials, we connect and move to the CONNECTING state. When 76 CONNECTING,
|
/external/chromium_org/remoting/jingle_glue/ |
signal_strategy.h | 23 CONNECTING,
|
/external/chromium_org/remoting/protocol/ |
session.h | 29 // Created, but not connecting yet. 33 CONNECTING,
|
connection_to_host.h | 62 CONNECTING,
|
/external/chromium_org/sync/notifier/ |
invalidation_notifier.h | 6 // client. Handles the details of connecting to XMPP and hooking it 69 // credentials, we connect and move to the CONNECTING state. When 74 CONNECTING,
|
/external/chromium/net/websockets/ |
websocket_job.h | 37 CONNECTING = 0,
|
websocket.h | 63 CONNECTING = 0,
|
/external/chromium_org/chrome/browser/local_discovery/ |
privet_device_lister.h | 21 CONNECTING,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
network_state_informer.h | 40 CONNECTING,
|
/external/chromium_org/chrome/test/chromedriver/net/ |
websocket.h | 44 CONNECTING,
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
printer.h | 51 CONNECTING
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventSource.h | 66 static const State CONNECTING = 0;
|
/frameworks/av/media/libstagefright/include/ |
ChromiumHTTPDataSource.h | 67 CONNECTING,
|
/external/chromium_org/net/websockets/ |
websocket_channel.h | 115 CONNECTING,
|
websocket_job.h | 42 CONNECTING = 0,
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocket.h | 67 CONNECTING = 0,
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
DataChannel.java | 91 public enum State { CONNECTING, OPEN, CLOSING, CLOSED };
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
RTSPSource.h | 72 CONNECTING,
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.h | 56 CONNECTING,
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
HandoverClient.java | 36 private static final int CONNECTING = 1; 50 mState = CONNECTING;
|
/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
NdefPushClient.java | 39 private static final int CONNECTING = 1; 52 mState = CONNECTING;
|
/external/chromium_org/google_apis/gcm/engine/ |
mcs_client.h | 47 CONNECTING, // Connection in progress.
|
/frameworks/base/core/java/android/net/ |
NetworkInfo.java | 41 * <tr><td><code>SCANNING</code></td><td><code>CONNECTING</code></td></tr> 42 * <tr><td><code>CONNECTING</code></td><td><code>CONNECTING</code></td></tr> 43 * <tr><td><code>AUTHENTICATING</code></td><td><code>CONNECTING</code></td></tr> 52 CONNECTING, CONNECTED, SUSPENDED, DISCONNECTING, DISCONNECTED, UNKNOWN 66 CONNECTING, 100 stateMap.put(DetailedState.CONNECTING, State.CONNECTING); 101 stateMap.put(DetailedState.AUTHENTICATING, State.CONNECTING); 102 stateMap.put(DetailedState.OBTAINING_IPADDR, State.CONNECTING); [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneConstants.java | 42 * <li>CONNECTING = Currently setting up data connection</li> 50 CONNECTED, CONNECTING, DISCONNECTED, SUSPENDED;
|