/external/qemu/android/ |
adb-server.h | 51 /* Callback to be invoked wheh the host ADB gets disconnected. 67 /* Callback to invoke when ADB host is disconnected. */
|
/external/smack/src/com/kenai/jbosh/ |
BOSHClientConnEvent.java | 108 * @param source client which has been disconnected 120 * @param source client which has been disconnected
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattServerCallback.java | 29 * Callback indicating when a remote device has been connected or disconnected. 31 * @param device Remote device that has been connected or disconnected.
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHello.java | 76 public void disconnected() { method in class:DdmHandleHello 78 Log.v("ddm-hello", "Disconnected!");
|
/frameworks/base/core/java/android/net/ |
DummyDataStateTracker.java | 48 // the other is also disconnected before we reset sockets 119 setDetailedState(NetworkInfo.DetailedState.DISCONNECTED, "disabled", null);
|
MobileDataStateTracker.java | 107 mMobileDataState = PhoneConstants.DataState.DISCONNECTED; 134 if (VDBG) mMdst.log("Disconnected from DataStateTracker"); 216 case DISCONNECTED: 221 setDetailedState(DetailedState.DISCONNECTED, reason, apnName); 226 // " as it DISCONNECTED");
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneConstants.java | 43 * <li>DISCONNECTED = IP not available</li> 50 CONNECTED, CONNECTING, DISCONNECTED, SUSPENDED;
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSettingsForSetupWizardXL.java | 62 sNetworkStateMap.put(DetailedState.IDLE, DetailedState.DISCONNECTED); 69 sNetworkStateMap.put(DetailedState.DISCONNECTING, DetailedState.DISCONNECTED); 70 sNetworkStateMap.put(DetailedState.DISCONNECTED, DetailedState.DISCONNECTED); 135 private DetailedState mPreviousNetworkState = DetailedState.DISCONNECTED; 285 default: // DISCONNECTED, FAILED 320 // disconnected afterwards. We keep the state unless a user explicitly cancel it 719 // The device may report DISCONNECTED during connecting to a network, at which we don't
|
/device/generic/goldfish/camera/ |
EmulatedCameraDevice.h | 73 * called for already disconnected, or uninitialized instance of this class, 86 * disconnected instance, this method must return a failure. 101 * called for an object that is not capturing frames, or is disconnected, 142 * called on a disconnected instance, or camera device has not been started, 174 * started camera device. If it is called on a disconnected instance, or
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
RTSPSource.cpp | 47 mState(DISCONNECTED), 89 CHECK_EQ(mState, (int)DISCONNECTED); 627 mState = DISCONNECTED; 650 mState = DISCONNECTED; 659 if (mState != DISCONNECTED) {
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbManager.java | 52 * This is a sticky broadcast for clients that includes USB connected/disconnected state, 54 * <li> {@link #USB_CONNECTED} boolean indicating whether USB is connected or disconnected. 127 * Boolean extra indicating whether USB is connected or disconnected. 357 * until the device is disconnected. 383 * until the device is disconnected.
|
/external/libnfc-nxp/src/ |
phFriNfc_TopazMap.h | 293 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 338 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 361 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 512 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 555 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 577 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 621 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
|
phFriNfc_DesfireMap.h | 229 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 272 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 295 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
|
phFriNfc_MifareULMap.h | 197 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 240 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected 263 * \retval NFCSTATUS_INVALID_DEVICE The device has not been opened or has been disconnected
|
/frameworks/av/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 50 mState(DISCONNECTED), 214 if (mState != DISCONNECTED) { 245 mState = DISCONNECTED; 260 mState = DISCONNECTED; 294 mState = DISCONNECTED; 326 mState = DISCONNECTED; 385 mState = DISCONNECTED;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhone.java | 408 return Call.State.DISCONNECTED; 690 // set state to DISCONNECTED only when all conns are disconnected 692 if (mState != State.DISCONNECTED) { 699 if (c.getState() != State.DISCONNECTED) { 704 if (allConnectionsDisconnected) setState(State.DISCONNECTED); 737 setState(Call.State.DISCONNECTED); [all...] |
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Channel.java | 145 /** Service-side emulator is disconnected. */ 341 * @return true if this channel has been disconnected in this call, or false if 342 * channel has been already disconnected when this method has been called. 436 Logw("sendMessage is called on disconnected Channel " + mChannelName); 464 Logw("sendMessage is called on disconnected Channel " + mChannelName); 492 Logw("sendMessage is called on disconnected Channel " + mChannelName); 563 Logw("sendQueryResponse is called on disconnected Channel "
|
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_csm.c | 161 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ 326 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ 418 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ 476 case L2CEVT_L2CAP_DISCONNECT_REQ: /* Peer disconnected request */ 527 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ 631 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ 718 case L2CEVT_LP_DISCONNECT_IND: /* Link was disconnected */ [all...] |
/external/libusb/libusb/ |
sync.c | 69 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected 252 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected 301 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
|
/external/libusb_aah/libusb/ |
sync.c | 69 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected 255 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected 304 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
ActivityTestMain.java | 163 Log.i(TAG, "Service disconnected " + name); 237 Log.i(TAG, "Service disconnected " + name); 260 Log.i(TAG, "Service disconnected " + name);
|
/bootable/recovery/minadbd/ |
usb_linux_client.c | 148 // notify usb_open_thread that we are disconnected
|
/cts/tests/tests/net/src/android/net/wifi/cts/ |
WifiInfoTest.java | 124 WifiInfo.getDetailedStateOf(SupplicantState.DISCONNECTED);
|
/external/chromium/net/socket/ |
tcp_client_socket_win.h | 135 // This socket was previously disconnected and has not been re-connected.
|
/external/e2fsprogs/tests/ |
README | 58 lpf.img Filesystem with disconnected files and no /lost+found
|