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

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libGLESv1_CM.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libGLESv1_CM.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libGLESv1_CM.so 
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/inc/
SoftGeminiApi.h 174 DESCRIPTION: causes driver to disconnect and reconnect to current AP
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
txCtrlBlk.c 136 Should be called upon init, disconnect and recovery!!
  /external/dbus/dbus/
dbus-server.c 747 _dbus_assert (server->vtable->disconnect != NULL);
751 /* this has to be first so recursive calls to disconnect don't happen */
754 (* server->vtable->disconnect) (server);
    [all...]
dbus-transport-socket.c 451 _dbus_verbose (" %s auth state: need to disconnect\n",
802 /* Disconnect in case of an error. In case of hangup do not
803 * disconnect the transport because data can still be in the buffer
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 891 os_error_printf(CU_MSG_ERROR, (PS8)"Failed to disconnect from current ssid\n");
904 os_error_printf(CU_MSG_ERROR, (PS8)"Failed to disconnect from current ssid\n");
913 os_error_printf(CU_MSG_ERROR, (PS8)"Failed to disconnect from current ssid\n");
  /hardware/ti/wlan/wl1271/Txn/
SdioBusDrv.c 273 * \brief Disconnect SDIO driver
275 * Called by TxnQ. Disconnect the SDIO driver.
288 /* Disconnect SDIO driver */
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 500 * shutdown.When the remote disconnect,this thread shall run again waiting
723 public void disconnect() {
724 if (DEBUG) Log.d(TAG, "disconnect");
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MonitorThread.java 541 * that the VM sees the debugger disconnect. For a DDM-aware client
549 // TODO: soft-disconnect DDM-aware clients
582 // since we're quitting, lets drop all the client and disconnect
  /system/core/nexus/
WifiController.cpp 213 LOGD("Forcing Supplicant disconnect");
214 if (mSupplicant->disconnect()) {
411 mSupplicant->disconnect();
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c 891 os_error_printf(CU_MSG_ERROR, (PS8)"Failed to disconnect from current ssid\n");
904 os_error_printf(CU_MSG_ERROR, (PS8)"Failed to disconnect from current ssid\n");
913 os_error_printf(CU_MSG_ERROR, (PS8)"Failed to disconnect from current ssid\n");
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 56 virtual void Disconnect() { connected_ = false; }
917 // Don't allow reuse of the socket. Disconnect it and then release it and
919 handle_->socket()->Disconnect();
    [all...]
ssl_client_socket_mac.cc 502 Disconnect();
530 void SSLClientSocketMac::Disconnect() {
541 transport_->Disconnect();
    [all...]
ssl_client_socket_nss.cc 251 Disconnect();
452 void SSLClientSocketNSS::Disconnect() {
465 transport_->Disconnect();
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 105 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect()));
703 void WpaGui::disconnect() function in class:WpaGui
707 ctrlRequest("DISCONNECT", reply, &reply_len);
1283 disconnectAction = new QAction("&Disconnect", this);
1286 SLOT(disconnect()));
    [all...]
  /sdk/emulator/qemud/
qemud.c 66 * disconnect:<id>
917 D("%s: disconnect on fd %d", __FUNCTION__, f->fd);
1219 * In case of failure, it can disconnect or try sending
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
roamingMngr.c     [all...]
  /external/dbus/bus/
dispatch.c 155 /* Ref connection in case we disconnect it at some point in here */
635 /* kick in the disconnect handler that unrefs the connection */
642 /* Run disconnect handler in test.c */
644 _dbus_assert_not_reached ("something received on connection being killed other than the disconnect");
678 /* dispatching disconnect handler will unref once */
680 _dbus_assert_not_reached ("message other than disconnect dispatched after failure to register");
    [all...]
  /external/kernel-headers/original/linux/
usb.h 104 * (in probe()), bound to a driver, or unbinding (in disconnect())
552 * @disconnect: Called when the interface is no longer accessible, usually
574 * USB drivers must provide a name, probe() and disconnect() methods,
581 * The probe() and disconnect() methods are called in a context where
584 * and undone at the last close. The disconnect code needs to address
595 void (*disconnect) (struct usb_interface *intf); member in struct:usb_driver
    [all...]
  /external/ppp/pppd/
auth.c 552 goto disconnect;
574 disconnect:
576 if (the_channel->disconnect)
577 the_channel->disconnect();
641 if (devfd >= 0 && the_channel->disconnect) {
642 the_channel->disconnect();
    [all...]
  /external/qemu/hw/
bt-hci.c 799 * and then we'll get a disconnect. */
    [all...]
  /external/dbus/
NEWS 114 - Shared connections are now unreffed on disconnect
116 - Pending calls get timed out on connection disconnect
527 namespace to be invalid (to avoid fake disconnect

Completed in 806 milliseconds

<<11121314151617181920>>