HomeSort by relevance Sort by last modified time
    Searched full:disconnected (Results 251 - 275 of 1064) sorted by null

<<11121314151617181920>>

  /packages/apps/TvSettings/Settings/res/values/
arrays.xml 42 <!-- Status message of Wi-Fi when it is disconnected. -->
43 <item>Disconnected</item>
73 <!-- Status message of Wi-Fi when it is disconnected. -->
74 <item>Disconnected</item>
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 46 * Invoked when the Conference and all it's {@link Connection}s should be disconnected.
GsmConference.java 46 * Invoked when the Conference and all it's {@link Connection}s should be disconnected.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 59 private static final int DISCONNECTED = 2;
141 * CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
144 private static final String DISCONNECTED_STR = "DISCONNECTED";
230 * CTRL-EVENT-DISCONNECTED - bssid=ac:22:0b:24:70:74 reason=3 locally_generated=1
397 /* AP-STA-DISCONNECTED 42:fc:89:a8:96:09 */
398 private static final String AP_STA_DISCONNECTED_STR = "AP-STA-DISCONNECTED";
    [all...]
  /external/chromium_org/content/child/npapi/
np_channel_base.h 99 // if it is disconnected due to a channel error.
199 // A channel is invalid if it is disconnected as a result of a channel
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
GamepadList.java 219 // first-come first-serve basis, starting at zero. If a gamepad is disconnected, previously
221 // However, if a gamepad is disconnected, and subsequently the same or a different
  /external/chromium_org/google_apis/gcm/base/
socket_stream.cc 98 LOG(ERROR) << "Socket was disconnected, closing input stream";
253 LOG(ERROR) << "Socket was disconnected, closing output stream";
  /external/chromium_org/ppapi/c/private/
ppb_tcp_socket_private.h 104 * disconnected.
157 * it will be implicitly disconnected, so you are not required to call this
  /external/chromium_org/remoting/host/
chromoting_host.h 60 // 3. When the user is disconnected, we will pause the ScreenRecorder
172 // callbacks for disconnected clients after this call returns.
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host.cc 31 {kDisconnected, "DISCONNECTED"},
137 "Connect can be called only when disconnected.");
  /external/chromium_org/remoting/jingle_glue/
xmpp_signal_strategy.cc 49 state_(DISCONNECTED),
222 SetState(DISCONNECTED);
  /external/chromium_org/remoting/webapp/
host_it2me_native_messaging.js 291 // If the host is disconnected before it is initialized, it probably means
301 console.error('Native Messaging port disconnected.');
  /external/libpcap/
pcap-dbus.c 83 if (dbus_message_is_signal(message, DBUS_INTERFACE_LOCAL, "Disconnected")) {
84 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "Disconnected");
  /external/qemu/android/
async-socket.c 639 * in a disconnected state here. */
655 * in a disconnected state here. */
740 /* A callback that is invoked when socket gets disconnected.
751 D("ASocket %s: Disconnected.", _async_socket_string(as));
836 /* Socket has been disconnected. */
943 /* Socket has been disconnected. */
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common.c 267 "Disconnected")) {
268 wpa_printf(MSG_DEBUG, "dbus: bus disconnected, terminating");
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 134 * Sets a call's state to disconnected.
136 * @param callId The unique ID of the call whose state is changing to disconnected.
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCameraManager.java 68 * Returns the error code {@link ERROR_DISCONNECTED} if disconnected, or one of
315 "Failed to open camera device: it is disconnected");
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 383 if (mState == CallState.DISCONNECTED) {
768 } else if (mState != CallState.ABORTED && mState != CallState.DISCONNECTED) {
774 // The call isn't officially disconnected until the connection service
775 // confirms that the call was actually disconnected. Only then is the
856 case CallState.DISCONNECTED:
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 41 * (project generating the) APK. This ensures that disconnected and reconnected devices will
206 * Responds to a device being disconnected by removing all installations related
  /system/core/fastboot/
usb_windows.c 173 // assume ERROR_INVALID_HANDLE indicates we are disconnected
216 // assume ERROR_INVALID_HANDLE indicates we are disconnected
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java     [all...]
  /external/libusb/libusb/
core.c 187 * LIBUSB_ERROR_NO_DEVICE error code when the device has been disconnected.
854 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
mcs_client_unittest.cc 311 // Send a message without RMQ support while disconnected. Message send should
341 // Send a message with RMQ support while disconnected. On reconnect, the message
726 // disconnected should only send the latter of the two on reconnection.
744 // disconnected should not perform any collapsing.
771 // user, while disconnected, should not perform any collapsing.
  /external/libnfc-nxp/src/
phDal4Nfc.h 341 * been disconnected meanwhile
392 * been disconnected meanwhile
452 * been disconnected meanwhile
508 * or has been disconnected meanwhile
556 * has been disconnected meanwhile
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 118 mMobileDataState = PhoneConstants.DataState.DISCONNECTED;
156 if (VDBG) mMdst.log("Disconnected from DataStateTracker");
280 case DISCONNECTED:
285 setDetailedState(DetailedState.DISCONNECTED, reason, apnName);
290 // " as it DISCONNECTED");
    [all...]

Completed in 4606 milliseconds

<<11121314151617181920>>