HomeSort by relevance Sort by last modified time
    Searched full:disconnect (Results 126 - 150 of 614) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 120 mWallpaperConnection.disconnect();
170 public void disconnect() { method in class:MagicSmokeSelector.WallpaperConnection
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mii.h 25 #define MII_DCOUNTER 0x12 /* Disconnect counter */
43 #define BMCR_ISOLATE 0x0400 /* Disconnect DP83840 from MII */
  /system/wlan/ti/wilink_6_1/Txn/
TxnQueue.h 123 /** \brief Disconnect bus driver
130 * Disconnect the bus driver.
  /system/wlan/ti/wilink_6_1/platforms/hw/linux/
SdioAdapter.h 77 /** \brief sdioAdapt_DisconnectBus: Disconnect SDIO driver
83 * Called by BusDrv. Disconnect the SDIO driver.
  /external/chromium/net/socket/
tcp_client_socket_pool_unittest.cc 36 virtual void Disconnect() {
74 virtual void Disconnect() {}
116 virtual void Disconnect() {}
511 // Don't allow reuse of the socket. Disconnect it and then release it and
513 handle_->socket()->Disconnect();
socks5_client_socket.cc 64 Disconnect();
94 void SOCKS5ClientSocket::Disconnect() {
96 transport_->Disconnect();
socks5_client_socket_unittest.cc 150 user_sock_->Disconnect();
155 // Test that you can call Connect() again after having called Disconnect().
186 user_sock_->Disconnect();
socks_client_socket.cc 79 Disconnect();
108 void SOCKSClientSocket::Disconnect() {
111 transport_->Disconnect();
ssl_client_socket_nss.h 48 virtual void Disconnect();
tcp_client_socket_libevent.h 33 virtual void Disconnect();
  /frameworks/base/media/libmedia/
mediaplayer.cpp 65 disconnect();
69 void MediaPlayer::disconnect() function in class:android::MediaPlayer
71 LOGV("disconnect");
80 p->disconnect();
127 p->disconnect();
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 48 * <li>Disconnect. Once the response body has been read, the {@code
49 * HttpURLConnection} should be closed by calling {@link #disconnect()}.
61 * urlConnection.disconnect();
106 * urlConnection.disconnect();
124 * held open longer than necessary. Calls to {@link #disconnect()} return the
157 * urlConnection.disconnect();
495 public abstract void disconnect(); method in class:HttpURLConnection
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 176 headset.disconnect();
209 headset.disconnect();
239 headset.disconnect();
364 headset.disconnect();
402 headset.disconnect();
497 log("Headset Disconnected Intent without Disconnect Initiator extra");
    [all...]
  /external/qemu/android/
hw-qemud.c 621 /* disconnect a client. this automatically frees the QemudClient.
633 /* send a disconnect command to the daemon */
636 p = bufprint(tmp, end, "disconnect:%02x", c->channel);
869 /* disconnect a given client from its channel id */
876 /* find the client by its channel id, then disconnect it */
884 c->channel = -1; /* no need to send disconnect:<id> */
956 * format: "disconnect:<id>" where <id> is a 2-hex channel id > 0
958 if (msglen == 13 && !memcmp(msg, "disconnect:", 11)) {
961 D("%s: malformed disconnect channel id: '%.*s'",
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 176 * 3.disconnect
218 method = "disconnect",
235 assertTrue(mWifiManager.disconnect());
  /external/qemu/docs/
ANDROID-QEMUD.TXT 118 disconnect:<id>
120 - If an emulator service decides, for some reason, to disconnect
123 disconnect:<id>
  /external/wpa_supplicant/wpa_gui/
wpagui.ui 206 <string>Disconnect</string>
366 <slot>disconnect()</slot>
449 <slot>disconnect()</slot>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui 206 <string>Disconnect</string>
366 <slot>disconnect()</slot>
449 <slot>disconnect()</slot>
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c 142 AP_CONNECT_EVENT_STOP, /**< Disconnect current link, send stop indication to other modules */
200 APDisconnect_t APDisconnect; /**< The AP disconnect trigger extra information */
213 BOOL removeKeys; /**< Indicates whether keys should be removed after disconnect or not */
    [all...]
  /external/libnfc-nxp/src/
phLibNfc.h 418 *\brief Response callback for disconnect request.
420 * Callback type used to provide a disconnect Success or Failure indication to
423 * \param[in] pContext Context passed in the disconnect request before.
424 * \param[in] hRemoteDev Handle to remote device on which disconnect is requested.
427 * \param NFCSTATUS_SUCCESS Disconnect operation successful.
484 * \param NFCSTATUS_ABORTED Aborted due to disconnect request in between.
562 * \param NFCSTATUS_DESELECTED initiator issued disconnect or intiator
642 * \param NFCSTATUS_ABORTED Aborted due to initiator issued disconnect request.
659 *In order to restart discovery process again it is important to disconnect
660 *from current tag.LibNfc client shall disconnect explicitly using
    [all...]
  /dalvik/tools/
dexcheck 23 # 1. Disconnect all but one device from USB.
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 36 private long mEventTime; // time of last event (connect, disconnect, etc.)
  /external/bluetooth/bluez/gdbus/
gdbus.h 125 GDBusWatchFunction disconnect,
watch.c 275 GDBusWatchFunction disconnect,
285 cb->disc_func = disconnect;
546 GDBusWatchFunction disconnect,
561 cb = filter_data_add_callback(data, connect, disconnect, NULL, NULL,
  /external/ipsec-tools/src/racoon/samples/roadwarrior/
README 63 In order to disconnect from the VPN, do this:

Completed in 1361 milliseconds

1 2 3 4 56 7 8 91011>>