Searched refs:DBusPendingCall (Results 1 - 19 of 19) 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
41 DBusPendingCall* dbus_pending_call_ref (DBusPendingCall *pending);
42 void dbus_pending_call_unref (DBusPendingCall *pending);
43 dbus_bool_t dbus_pending_call_set_notify (DBusPendingCall *pending,
47 void dbus_pending_call_cancel (DBusPendingCall *pending);
48 dbus_bool_t dbus_pending_call_get_completed (DBusPendingCall *pending);
49 DBusMessage* dbus_pending_call_steal_reply (DBusPendingCall *pending);
50 void dbus_pending_call_block (DBusPendingCall *pending);
54 dbus_bool_t dbus_pending_call_set_data (DBusPendingCall *pendin
[all...]
H A Ddbus-pending-call.c33 * @defgroup DBusPendingCallInternals DBusPendingCall implementation details
35 * @brief DBusPendingCall private implementation details.
37 * The guts of DBusPendingCall and its methods.
43 * @brief Internals of DBusPendingCall
58 * Implementation details of #DBusPendingCall - all fields are private.
60 struct DBusPendingCall struct
88 * @returns a new #DBusPendingCall or #NULL if no memory.
90 DBusPendingCall*
95 DBusPendingCall *pending;
114 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
147 typedef void (* DBusPendingCallNotifyFunction) (DBusPendingCall *pending,
190 DBusPendingCall **pending_return,
H A Ddbus-connection.c262 DBusHashTable *pending_replies; /**< Hash of message serials to #DBusPendingCall. */
452 DBusPendingCall *pending;
875 DBusPendingCall *pending)
914 DBusPendingCall *pending;
947 DBusPendingCall *pending)
958 DBusPendingCall *pending)
983 DBusPendingCall *pending)
1137 DBusPendingCall *pending,
2189 DBusPendingCall *pending;
2213 DBusPendingCall *pendin
[all...]
/external/dbus/test/name-test/
H A Dtest-pending-call-dispatch.c18 DBusPendingCall *echo_pending;
19 DBusPendingCall *dbus_pending;
H A Dtest-threads-init.c16 DBusPendingCall *echo_pending;
17 DBusPendingCall *dbus_pending;
/external/bluetooth/bluez/plugins/
H A Dhal.c40 static void formfactor_reply(DBusPendingCall *call, void *user_data)
89 DBusPendingCall *call;
H A Dmaemo6.c78 static void read_radio_states_cb(DBusPendingCall *call, void *user_data)
115 DBusPendingCall *call;
/external/dbus/test/
H A Dtest-service.c26 check_hello_from_self_reply (DBusPendingCall *pcall,
127 DBusPendingCall *pcall;
/external/bluetooth/bluez/audio/
H A Dtelephony-maemo5.c599 DBusPendingCall *call;
1190 static void get_operator_name_reply(DBusPendingCall *pending_call,
1398 static void hal_battery_level_reply(DBusPendingCall *call, void *user_data)
1586 static void signal_strength_reply(DBusPendingCall *call, void *user_data)
1634 static void registration_status_reply(DBusPendingCall *call, void *user_data)
1693 static void call_info_reply(DBusPendingCall *call, void *user_data)
1728 static void hal_find_device_reply(DBusPendingCall *call, void *user_data)
1782 static void phonebook_read_reply(DBusPendingCall *call, void *user_data)
1995 static void modem_state_reply(DBusPendingCall *call, void *user_data)
H A Dtelephony-ofono.c183 DBusPendingCall *call;
479 static void get_registration_reply(DBusPendingCall *call, void *user_data)
555 static void list_modem_reply(DBusPendingCall *call, void *user_data)
641 static void vc_getproperties_reply(DBusPendingCall *call, void *user_data)
892 static void hal_battery_level_reply(DBusPendingCall *call, void *user_data)
1012 static void hal_find_device_reply(DBusPendingCall *call, void *user_data)
H A Dtelephony-maemo6.c559 DBusPendingCall *call;
1297 static void hal_battery_level_reply(DBusPendingCall *call, void *user_data)
1493 static void get_property_reply(DBusPendingCall *call, void *user_data)
1568 static void call_info_reply(DBusPendingCall *call, void *user_data)
1603 static void hal_find_device_reply(DBusPendingCall *call, void *user_data)
1657 static void phonebook_read_reply(DBusPendingCall *call, void *user_data)
1869 static void modem_state_reply(DBusPendingCall *call, void *user_data)
H A Dgateway.c135 DBusPendingCall *call;
194 static void newconnection_reply(DBusPendingCall *call, void *data)
H A Dheadset.c123 DBusPendingCall *call;
H A Davdtp.c426 DBusPendingCall *pending_auth;
/external/bluetooth/bluez/src/
H A Dagent.c81 DBusPendingCall *call;
253 static void simple_agent_reply(DBusPendingCall *call, void *user_data)
418 static void pincode_reply(DBusPendingCall *call, void *user_data)
595 static void passkey_reply(DBusPendingCall *call, void *user_data)
700 static void oob_data_reply(DBusPendingCall *call, void *user_data)
/external/bluetooth/bluez/gdbus/
H A Dwatch.c463 static void service_reply(DBusPendingCall *call, void *user_data)
499 DBusPendingCall *call;

Completed in 262 milliseconds