Searched refs:read_watch (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-transport-socket.c53 DBusWatch *read_watch; /**< Watch for readability. */ member in struct:DBusTransportSocket
78 if (socket_transport->read_watch)
82 socket_transport->read_watch);
83 _dbus_watch_invalidate (socket_transport->read_watch);
84 _dbus_watch_unref (socket_transport->read_watch);
85 socket_transport->read_watch = NULL;
115 _dbus_assert (socket_transport->read_watch == NULL);
187 _dbus_assert (socket_transport->read_watch == NULL);
228 socket_transport->read_watch,
725 _dbus_assert (socket_transport->read_watch !
[all...]
/external/bluetooth/bluez/attrib/
H A Dgattrib.c45 guint read_watch; member in struct:_GAttrib
193 if (attrib->read_watch > 0) {
194 g_source_remove(attrib->read_watch);
330 attrib->read_watch = 0;
405 attrib->read_watch = g_io_add_watch(attrib->io,

Completed in 250 milliseconds