Home
last modified time | relevance | path

Searched refs:disconnects (Results 1 – 22 of 22) sorted by relevance

/external/dbus/test/data/auth/
Dclient-out-of-mechanisms.auth-script1 ## this tests that tests that the client disconnects when it's out of
/external/quake/quake/src/QW/progs/
Dspectate.qc32 called when a spectator disconnects from a server
Dclient.qc1184 called when a player disconnects from a server
/external/bluetooth/bluez/doc/
Dhfp-api.txt31 If an application disconnects from the bus all of its
Dmedia-api.txt16 Note: If the sender disconnects the end points are
Ddevice-api.txt61 This method disconnects a specific remote device by
Dadapter-api.txt164 If an application disconnects from the bus all
/external/bluetooth/bluez/src/
Ddevice.c126 GSList *disconnects; /* disconnects message */ member
730 device->disconnects = g_slist_append(device->disconnects, in device_request_disconnect()
893 while (device->disconnects) { in device_remove_connection()
894 DBusMessage *msg = device->disconnects->data; in device_remove_connection()
897 device->disconnects = g_slist_remove(device->disconnects, msg); in device_remove_connection()
/external/bluetooth/bluez/
DTODO186 client disconnects. The client can simply send a command and quit,
188 that the client disconnects the link quickly the queued received
DChangeLog202 Fix crash with RequestSession and application disconnects.
294 Fix segmentation fault with authorization during headset disconnects.
311 Fix timer removal when device disconnects unexpectedly.
349 Fix stream handling when media transport disconnects prematurely.
/external/quake/quake/src/QW/client/
Ddocs.txt30 CL_Connect_f() disconnects from the current server if connected,
/external/quake/quake/src/QW/
Dqwchangelog.txt228 - fixed it so entering 'record blah server' while connected disconnects before
Dqwrlnote.txt294 - Fixed it so entering 'record <file> <server>' while connected disconnects
/external/qemu/docs/
DANDROID-QEMUD.TXT117 But if the client disconnects from the socket, the daemon will
/external/wpa_supplicant_8/wpa_supplicant/
DREADME841 connects or disconnects from a network. This can be used, e.g., to
/external/wpa_supplicant/
DREADME857 connects or disconnects from a network. This can be used, e.g., to
/external/wpa_supplicant_6/wpa_supplicant/
DREADME863 connects or disconnects from a network. This can be used, e.g., to
/external/dbus/
DChangeLog.pre-1-05315 classes that disconnects the signal handler delegate from the
8422 check client disconnects when it is out of mechanisms to try.
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1449477 …(although it does destroy the data) disconnects the observer so that the notification doesn't happ…
DChangeLog9507 Web Inspector: opening bookmarklet disconnects DOM agent.
DChangeLog-2008-08-1015937 time, we must ensure that the Frame disconnects every live
DChangeLog-2010-01-2944377 (WebCore::Frame::~Frame): Right after frame disconnects from DOMWindow, clear WindowShell.