HomeSort by relevance Sort by last modified time
    Searched full:disconnected (Results 26 - 50 of 653) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/BluetoothHDP/res/values/
strings.xml 29 <string name="disconnected">DISCONNECTED</string>
  /frameworks/av/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 34 mState(DISCONNECTED),
80 if (mState != DISCONNECTED) {
129 mState = DISCONNECTED;
143 if (mState == DISCONNECTED) {
156 CHECK_EQ((int)mState, (int)DISCONNECTED);
264 mState = DISCONNECTED;
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepClient.java 39 private int mState = DISCONNECTED;
45 private static final int DISCONNECTED = 0;
134 if (mState != DISCONNECTED) {
161 mState = DISCONNECTED;
172 mState = DISCONNECTED;
192 mState = DISCONNECTED;
  /frameworks/base/core/java/android/net/
NetworkInfo.java 40 * <tr><td><code>IDLE</code></td><td><code>DISCONNECTED</code></td></tr>
46 * <tr><td><code>DISCONNECTED</code></td><td><code>DISCONNECTED</code></td></tr>
47 * <tr><td><code>UNAVAILABLE</code></td><td><code>DISCONNECTED</code></td></tr>
48 * <tr><td><code>FAILED</code></td><td><code>DISCONNECTED</code></td></tr>
52 CONNECTING, CONNECTED, SUSPENDED, DISCONNECTING, DISCONNECTED, UNKNOWN
78 DISCONNECTED,
98 stateMap.put(DetailedState.IDLE, State.DISCONNECTED);
99 stateMap.put(DetailedState.SCANNING, State.DISCONNECTED);
108 stateMap.put(DetailedState.DISCONNECTED, State.DISCONNECTED)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 19 * (Disconnected)
21 * CONNECT | | DISCONNECTED
68 private Disconnected mDisconnected;
93 // No connection, Disconnected state
125 mDisconnected = new Disconnected();
159 private class Disconnected extends State {
162 log("Enter Disconnected: " + getCurrentMessage().what);
167 log("Disconnected process message: " + message.what);
169 loge("ERROR: current, target, or mIncomingDevice not null in Disconnected");
216 log("Exit Disconnected: " + getCurrentMessage().what)
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 73 ** connected (conn = TRUE)/disconnected (conn = FALSE).
87 (bd_addr[4]<<8)+bd_addr[5], (connected) ? "connected" : "disconnected");
107 /* Disconnected while doing security */
  /external/chromium/net/socket/
socket.h 29 // closed. If the socket is Disconnected before the read completes, the
45 // Disconnected before the write completes, the callback will not be invoked.
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 84 case DISCONNECTED:
90 + " ; treating as disconnected");
  /frameworks/ml/bordeaux/service/res/values/
strings.xml 38 <string name="local_service_disconnected">Disconnected from local service</string>
54 <string name="remote_service_disconnected">Disconnected from remote service</string>
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 143 * Wait until a station gets disconnected.
176 * Wait until a connection is disconnected.
179 * @return a disconnected p2p information. Return null if a connection is NOT disconnected
  /cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java 29 assertTrue(SupplicantState.isValidState(SupplicantState.DISCONNECTED));
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
ChatManager.java 54 Log.e(TAG, "disconnected", e);
  /external/chromium-trace/trace-viewer/examples/
stream_trace_viewer.html 52 console.log('disconnected.');
  /external/kernel-headers/original/asm-arm/arch/
gpio-switch.h 21 * low -> disconnected
  /external/webkit/Source/WebCore/manual-tests/
clearTimeout-crash-bug29832.html 18 <p>This test reproduces the crash in DOMWindow::clearTimeout that happens when DOMWindow is disconnected from the Frame (as in back/forward cache expiration case tested here).
crash-on-accessing-domwindow-without-frame.html 18 <body><p>This test reproduces the crash that happens when JavaScript has access to DOMWindow which is disconnected from its Frame. This crash was fixed by http://trac.webkit.org/changeset/49786</p>
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DeviceDisconnectedReceiver.java 49 // close our activity if the device it is displaying is disconnected
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCallBase.java 47 if (c.getState() == State.DISCONNECTED) it.remove();
  /external/qemu/android/
adb-qemud.c 47 /* ADB host has been disconnected. */
49 /* ADB guest has been disconnected. */
106 /* A callback that is invoked when the host gets disconnected.
116 D("ADB client %p(o=%p) is disconnected from the host %p",
147 /* A callback that is invoked when the host gets disconnected. */
260 D("ADB client %p(o=%p) is disconnected from the guest.",
342 DD("ADB debugging client %p is disconnected from the guest.", adb_dbg_client);
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 39 DISCONNECTED,
142 * DISCONNECTED state above), but it also does not attempt to connect
184 case DISCONNECTED:
206 case DISCONNECTED:
221 case DISCONNECTED:
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
ServiceRunnerActivity.java 98 // disconnected -- that is, its process crashed.
99 Log.e(TAG, "Service disconnected.");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 53 } else if (NetworkInfo.State.DISCONNECTED == ni.getState()) {
55 mLastNetworkType = -1; // unknown since we're disconnected
  /external/chromium/chrome/browser/chromeos/
network_state_notifier.h 23 DISCONNECTED,
  /external/libnfc-nci/src/nfa/include/
nfa_cho_api.h 48 #define NFA_CHO_DISCONNECTED_EVT 0x04 /* data link disconnected */
95 /* Disconnected reason */
114 tNFA_CHO_DISC_REASON reason; /* disconnected reason */
180 tNFA_CHO_DISCONNECTED disconnected; /* NFA_CHO_DISCONNECTED_EVT */ member in union:__anon10285
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.h 83 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
128 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
153 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
204 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected

Completed in 916 milliseconds

12 3 4 5 6 7 8 91011>>