Searched refs:DBusPendingCall (Results 1 - 10 of 10) sorted by relevance

/external/dbus/dbus/
H A Ddbus-pending-call-internal.h2 /* dbus-pending-call-internal.h DBusPendingCall internal interfaces
34 dbus_bool_t _dbus_pending_call_is_timeout_added_unlocked (DBusPendingCall *pending);
35 void _dbus_pending_call_set_timeout_added_unlocked (DBusPendingCall *pending,
37 DBusTimeout * _dbus_pending_call_get_timeout_unlocked (DBusPendingCall *pending);
38 dbus_uint32_t _dbus_pending_call_get_reply_serial_unlocked (DBusPendingCall *pending);
39 void _dbus_pending_call_set_reply_serial_unlocked (DBusPendingCall *pending,
41 DBusConnection * _dbus_pending_call_get_connection_and_lock (DBusPendingCall *pending);
42 DBusConnection * _dbus_pending_call_get_connection_unlocked (DBusPendingCall *pending);
43 dbus_bool_t _dbus_pending_call_get_completed_unlocked (DBusPendingCall *pending);
44 void _dbus_pending_call_complete (DBusPendingCall *pendin
[all...]
H A Ddbus-pending-call.h37 * @addtogroup DBusPendingCall
42 DBusPendingCall* dbus_pending_call_ref (DBusPendingCall *pending);
44 void dbus_pending_call_unref (DBusPendingCall *pending);
46 dbus_bool_t dbus_pending_call_set_notify (DBusPendingCall *pending,
51 void dbus_pending_call_cancel (DBusPendingCall *pending);
53 dbus_bool_t dbus_pending_call_get_completed (DBusPendingCall *pending);
55 DBusMessage* dbus_pending_call_steal_reply (DBusPendingCall *pending);
57 void dbus_pending_call_block (DBusPendingCall *pending);
64 dbus_bool_t dbus_pending_call_set_data (DBusPendingCall *pendin
[all...]
H A Ddbus-pending-call.c34 * @defgroup DBusPendingCallInternals DBusPendingCall implementation details
36 * @brief DBusPendingCall private implementation details.
38 * The guts of DBusPendingCall and its methods.
44 * @brief Internals of DBusPendingCall
59 * Implementation details of #DBusPendingCall - all fields are private.
61 struct DBusPendingCall struct
89 * @returns a new #DBusPendingCall or #NULL if no memory.
91 DBusPendingCall*
96 DBusPendingCall *pending;
107 pending = dbus_new0 (DBusPendingCall,
[all...]
H A Ddbus-connection-internal.h78 DBusPendingCall *pending,
84 DBusPendingCall* _dbus_pending_call_new (DBusConnection *connection,
87 void _dbus_pending_call_notify (DBusPendingCall *pending);
89 DBusPendingCall *pending);
90 void _dbus_connection_block_pending_call (DBusPendingCall *pending);
91 void _dbus_pending_call_complete_and_unlock (DBusPendingCall *pending,
H A Ddbus-connection.h49 typedef struct DBusPendingCall DBusPendingCall; typedef in typeref:struct:DBusPendingCall
161 typedef void (* DBusPendingCallNotifyFunction) (DBusPendingCall *pending,
232 DBusPendingCall **pending_return,
H A Ddbus-connection.c277 DBusHashTable *pending_replies; /**< Hash of message serials to #DBusPendingCall. */
467 DBusPendingCall *pending;
896 DBusPendingCall *pending)
948 DBusPendingCall *pending;
981 DBusPendingCall *pending)
992 DBusPendingCall *pending)
1024 DBusPendingCall *pending)
1178 DBusPendingCall *pending,
2270 DBusPendingCall *pending;
2296 DBusPendingCall *pendin
[all...]
/external/dbus/test/name-test/
H A Dtest-pending-call-dispatch.c19 DBusPendingCall *echo_pending;
20 DBusPendingCall *dbus_pending;
H A Dtest-pending-call-timeout.c17 DBusPendingCall *pending;
H A Dtest-threads-init.c17 DBusPendingCall *echo_pending;
18 DBusPendingCall *dbus_pending;
/external/dbus/test/
H A Dtest-service.c30 check_hello_from_self_reply (DBusPendingCall *pcall,
131 DBusPendingCall *pcall;

Completed in 72 milliseconds