HomeSort by relevance Sort by last modified time
    Searched refs:write_watch (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-transport-socket.c 54 DBusWatch *write_watch; /**< Watch for writability. */ member in struct:DBusTransportSocket
88 if (socket_transport->write_watch)
92 socket_transport->write_watch);
93 _dbus_watch_invalidate (socket_transport->write_watch);
94 _dbus_watch_unref (socket_transport->write_watch);
95 socket_transport->write_watch = NULL;
116 _dbus_assert (socket_transport->write_watch == NULL);
132 _dbus_assert (socket_transport->write_watch == NULL);
163 needed, transport->connection, socket_transport->write_watch,
168 socket_transport->write_watch,
    [all...]
  /external/bluetooth/bluez/attrib/
gattrib.c 46 guint write_watch; member in struct:_GAttrib
190 if (attrib->write_watch > 0)
191 g_source_remove(attrib->write_watch);
303 attrib->write_watch = 0;
308 if (attrib->write_watch == 0)
309 attrib->write_watch = g_io_add_watch_full(attrib->io,

Completed in 48 milliseconds