HomeSort by relevance Sort by last modified time
    Searched full:disconnected (Results 201 - 225 of 902) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/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/gpu/command_buffer/client/
cmd_buffer_helper.h 63 // disconnected.
68 // disconnected.
  /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/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_screen.js 107 } else if (state == remoting.HostSession.State.DISCONNECTED) {
108 console.log('Host plugin state: DISCONNECTED');
  /external/qemu/android/
async-socket.c 638 * in a disconnected state here. */
654 * in a disconnected state here. */
739 /* A callback that is invoked when socket gets disconnected.
750 D("ASocket %s: Disconnected.", _async_socket_string(as));
838 /* Socket has been disconnected. */
948 /* 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/core/java/android/view/accessibility/
AccessibilityNodeInfoCache.java 173 // children have been removed to avoid having disconnected
315 // Check for disconnected nodes or ones from another window.
  /frameworks/base/services/java/com/android/server/net/
LockdownVpnTracker.java 124 // Restart VPN when egress network disconnected or changed
126 || State.DISCONNECTED.equals(egressInfo.getState());
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantStateTracker.java 112 case DISCONNECTED:
335 sendSupplicantStateChangedBroadcast(SupplicantState.DISCONNECTED, false);
  /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
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 203 SM_STATE(AUTH_PAE, DISCONNECTED)
214 SM_ENTRY_MA(AUTH_PAE, DISCONNECTED, auth_pae);
382 SM_ENTER(AUTH_PAE, DISCONNECTED);
397 SM_ENTER(AUTH_PAE, DISCONNECTED);
407 SM_ENTER(AUTH_PAE, DISCONNECTED);
421 SM_ENTER(AUTH_PAE, DISCONNECTED);
  /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/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
phFriNfc_MifareStdMap.h 290 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
333 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
357 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 119 mMobileDataState = PhoneConstants.DataState.DISCONNECTED;
157 if (VDBG) mMdst.log("Disconnected from DataStateTracker");
281 case DISCONNECTED:
286 setDetailedState(DetailedState.DISCONNECTED, reason, apnName);
291 // " as it DISCONNECTED");
    [all...]
  /external/bluetooth/bluedroid/stack/include/
mca_api.h 72 #define MCA_DISCONNECT_IND_EVT 0x21 /* Control channel disconnected */
334 ** If associated data channel exists, they are disconnected.
335 ** When the MCL is disconnected an MCA_DISCONNECT_IND_EVT is
  /external/chromium_org/ipc/
ipc_channel_posix_unittest.cc 35 DISCONNECTED,
44 : status_(DISCONNECTED), quit_only_on_message_(quit_only_on_message) {}
421 EXPECT_EQ(IPCChannelPosixTestListener::DISCONNECTED, listener.status());
  /external/tcpdump/
print-l2tp.c 201 "Call disconnected due to loss of carrier",
202 "Call disconnected for the reason indicated in error code",
203 "Call disconnected for administrative reasons",
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.h 27 /** Disconnected, data connection is not available */
28 #define WPA_EVENT_DISCONNECTED "CTRL-EVENT-DISCONNECTED "
164 #define AP_STA_DISCONNECTED "AP-STA-DISCONNECTED "
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 135 * AP-STA-DISCONNECTED 42:fc:89:a8:96:09
144 * AP-STA-DISCONNECTED 42:fc:89:a8:96:09 p2p_dev_addr=fa:7b:7a:42:02:13
164 * AP-STA-DISCONNECTED 42:fc:89:a8:96:09 [p2p_dev_addr=02:90:4c:a0:92:54]
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardFragment.java 240 // States other than disconnected not yet supported
251 || state == Call.State.DISCONNECTED || state == Call.State.DISCONNECTING);
392 } else if (Call.State.DISCONNECTED == state) {

Completed in 2061 milliseconds

1 2 3 4 5 6 7 891011>>