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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 96 mClient.disconnect();
  /frameworks/base/tests/CoreTests/android/core/
URLTest.java 212 cn.disconnect();
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 122 * explicit DISCONNECT command. In such a case, the supplicant is
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgr_API.h 146 * 2) TI_BOOL - indicates if this is roaming (FALSE) or disconnect (TRUE)
qosMngr.h 109 TQueueTrafficParams QTrafficInitParams;/* for disconnect - defaults traffic params */
  /libcore/luni/src/main/java/org/apache/harmony/luni/net/
PlainDatagramSocketImpl.java 228 public void disconnect() { method in class:PlainDatagramSocketImpl
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 179 * and that the intent is for a disconnect
300 // Grace period passed. Disconnect.
725 cachedDevice.disconnect(mProfiles[i]);
765 cachedBluetoothDevice.disconnect();
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ppp.h 160 #define PPPIOCDISCONN _IO('t', 57) /* disconnect channel */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h 191 #define DISCONNECT 0x04
  /system/core/adb/
sockets.c 425 adisconnect disconnect; member in struct:aremotesocket
462 remove_transport_disconnect( s->transport, &((aremotesocket*)s)->disconnect );
476 remove_transport_disconnect( s->transport, &((aremotesocket*)s)->disconnect );
483 adisconnect* dis = &((aremotesocket*)s)->disconnect;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/
qosMngr.h 100 queueTrafficParams_t QTrafficInitParams;/* for disconnect - defaults traffic params */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
mlmeApi.h 74 DISCONN_TYPE_IMMEDIATE = 0, /* Disconnect without disassociation. */
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
proc_stat.c 83 len += (len<count)?sprintf(page+len,"Disconnect timeouts = %d\n",pHealthMonitor->recoveryTriggersNumber[ DISCONNECT_TIMEOUT ]):0;
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
PowerMgr_API.h 146 * 2) TI_BOOL - indicates if this is roaming (FALSE) or disconnect (TRUE)
qosMngr.h 109 TQueueTrafficParams QTrafficInitParams;/* for disconnect - defaults traffic params */
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 347 /* Disconnect the Target Connected */
367 * after the Disconnect Operation
417 after the disconnect */
424 * after the Disconnect Operation
829 /* Notify the Connect or Disconnect failure to the upper layer */
    [all...]
phFriNfc_LlcpTransport_Connection.c     [all...]
phLibNfc_initiator.c 87 /*Remote device disconnect response callback*/
784 * Allows to disconnect from already connected target.
830 { /* Previous disconnect callback is pending */
871 * Response callback for Remote device Disconnect.
    [all...]
  /external/chromium/net/http/
http_network_transaction.cc 186 connection_->socket()->Disconnect();
303 connection_->socket()->Disconnect();
387 // If we still have an open socket, then make sure to disconnect it so it
390 connection_->socket()->Disconnect();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java 241 if (DBG) log("DISCONNECT");
409 // the call log when the disconnect event comes in...)
576 // DISCONNECT event to stop it!)
580 // since in that case we *will* still get a DISCONNECT message sent
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
MyHandler.h 154 void disconnect(const sp<AMessage> &doneMsg) { function in struct:android::MyHandler
468 mConn->disconnect(reply);
566 mConn->disconnect(reply);
597 mConn->disconnect(reply);
666 mConn->disconnect(reply);
    [all...]
  /external/bluetooth/bluez/audio/
gateway.c 63 guint watch; /* Disconnect watch */
552 { "Disconnect", "", "", ag_disconnect, G_DBUS_METHOD_FLAG_ASYNC },
  /external/bluetooth/bluez/test/
rctest.c 395 syslog(LOG_INFO, "Disconnect: %m");
578 "\t-c connect, disconnect, connect, ...\n"
  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 489 void WpaGui::disconnect() function in class:WpaGui
493 ctrlRequest("DISCONNECT", reply, &reply_len);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 487 void WpaGui::disconnect() function in class:WpaGui
491 ctrlRequest("DISCONNECT", reply, &reply_len);

Completed in 1654 milliseconds

1 2 3 4 5 6 7 8 91011>>