Home
last modified time | relevance | path

Searched defs:DBusConnection (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-connection.c231 struct DBusConnection struct
235 DBusMutex *mutex; /**< Lock on the entire DBusConnection */ argument
237 DBusMutex *dispatch_mutex; /**< Protects dispatch_acquired */
238 DBusCondVar *dispatch_cond; /**< Notify when dispatch_acquired is available */
239 DBusMutex *io_path_mutex; /**< Protects io_path_acquired */
240 DBusCondVar *io_path_cond; /**< Notify when io_path_acquired is available */
242 …List *outgoing_messages; /**< Queue of messages we need to send, send the end of the list first. */
243 …oming_messages; /**< Queue of messages we have received, end of the list received most recently. */
245 DBusMessage *message_borrowed; /**< Filled in if the first incoming message has been borrowed;
249 int n_outgoing; /**< Length of outgoing queue. */
[all …]
Ddbus-connection.h51 typedef struct DBusConnection DBusConnection; typedef