Searched refs:disconnected (Results 1 - 25 of 32) sorted by relevance

12

/external/dbus/dbus/
H A Ddbus-transport-protected.h113 unsigned int disconnected : 1; /**< #TRUE if we are disconnected. */ member in struct:DBusTransport
H A Ddbus-server-debug-pipe.c62 dbus_bool_t disconnected; /**< TRUE if disconnect has been called */ member in struct:DBusServerDebugPipe
117 ((DBusServerDebugPipe*)server)->disconnected = TRUE;
228 ((DBusServerDebugPipe*)server)->disconnected)
H A Ddbus-transport.c165 transport->disconnected = FALSE;
214 if (!transport->disconnected)
501 if (transport->disconnected)
506 transport->disconnected = TRUE;
512 * Returns #TRUE if the transport has not been disconnected.
522 return !transport->disconnected;
685 * even if the transport is disconnected.
702 if (transport->disconnected)
876 if (transport->disconnected)
938 if (transport->disconnected)
[all...]
H A Ddbus-server.c177 _dbus_assert (server->disconnected);
477 _dbus_assert (server->disconnected);
691 * The server must be disconnected before the refcount reaches zero.
721 _dbus_assert (server->disconnected);
748 if (!server->disconnected)
751 server->disconnected = TRUE;
773 retval = !server->disconnected;
H A Ddbus-server-protected.h85 unsigned int disconnected : 1; /**< TRUE if we are disconnected. */ member in struct:DBusServer
H A Ddbus-transport-socket.c130 if (transport->disconnected)
185 if (transport->disconnected)
507 if (transport->disconnected)
522 while (!transport->disconnected &&
726 transport->disconnected);
728 if (transport->disconnected)
1072 !transport->disconnected &&
1077 if (transport->disconnected ||
/external/webkit/Source/WebCore/platform/
H A DFileChooser.h64 bool disconnected() { return !m_client; } function in class:WebCore::FileChooser
/external/quake/quake/src/WinQuake/
H A Dnet_main.cpp128 sock->disconnected = false;
171 sock->disconnected = true;
505 if (sock->disconnected)
547 if (sock->disconnected)
549 Con_Printf("NET_GetMessage: disconnected socket\n");
632 if (sock->disconnected)
634 Con_Printf("NET_SendMessage: disconnected socket\n");
663 if (sock->disconnected)
665 Con_Printf("NET_SendMessage: disconnected socket\n");
702 if (sock->disconnected)
[all...]
H A Dnet.h126 qboolean disconnected; member in struct:qsocket_s
/external/bluetooth/glib/gio/
H A Dgdrive.h44 * @disconnected: The removed signal that is emitted when the #GDrive have been disconnected. If the recipient is holding references to the object they should release them so the object can be finalized.
74 void (* disconnected) (GDrive *drive); member in struct:_GDriveIface
H A Dgdrive.c120 * GDrive::disconnected:
124 * disconnected. If the recipient is holding references to the
128 g_signal_new (I_("disconnected"),
131 G_STRUCT_OFFSET (GDriveIface, disconnected),
/external/webkit/Source/WebCore/platform/network/qt/
H A DSocketStreamHandleQt.cpp61 connect(m_socket, SIGNAL(disconnected()), this, SLOT(socketClosed()));
/external/wpa_supplicant_6/wpa_supplicant/
H A Dscan.c98 if (wpa_s->disconnected && !wpa_s->scan_req) {
H A Dctrl_iface.c1696 wpa_s->disconnected = 0;
1700 if (wpa_s->disconnected) {
1701 wpa_s->disconnected = 0;
1766 wpa_s->disconnected = 1;
H A Dctrl_iface_dbus_handlers.c1174 wpa_s->disconnected = 0;
1200 wpa_s->disconnected = 1;
H A Dwps_supplicant.c549 wpa_s->disconnected = 0;
897 if (wpa_s->disconnected || wpa_s->wpa_state >= WPA_ASSOCIATED)
H A Dwpa_supplicant_i.h296 int disconnected; /* all connections disabled; i.e., do no reassociate member in struct:wpa_supplicant
H A Devents.c663 if (wpa_s->disconnected) {
941 * generating streams of disconnected events when configuring
/external/webkit/Source/WebCore/rendering/
H A DRenderFileUploadControl.cpp91 if (!fileChooser->disconnected())
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorServerQt.cpp170 connect(m_tcpConnection, SIGNAL(disconnected()), SLOT(tcpConnectionDisconnected()));
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant_i.h273 int disconnected; /* all connections disabled; i.e., do no reassociate member in struct:wpa_supplicant
H A Dwpa_supplicant.c1676 int disconnected = 0; local
1681 disconnected = 1;
1710 wpa_s->disconnected = 0;
1712 wpa_supplicant_req_scan(wpa_s, 0, disconnected ? 100000 : 0);
H A Dwps_supplicant.c827 wpa_s->disconnected = 0;
1432 if (wpa_s->disconnected || wpa_s->wpa_state >= WPA_ASSOCIATED)
H A Dctrl_iface.c3612 wpa_s->disconnected = 0;
3620 else if (wpa_s->disconnected) {
3621 wpa_s->disconnected = 0;
3854 wpa_s->disconnected = 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 702 milliseconds

12