Home
last modified time | relevance | path

Searched refs:echo_pending (Results 1 – 2 of 2) sorted by relevance

/external/dbus/test/name-test/
Dtest-pending-call-dispatch.c18 DBusPendingCall *echo_pending; in _run_iteration() local
31 dbus_connection_send_with_reply (conn, method, &echo_pending, -1); in _run_iteration()
49 dbus_pending_call_block (echo_pending); in _run_iteration()
54 reply = dbus_pending_call_steal_reply (echo_pending); in _run_iteration()
70 dbus_pending_call_unref (echo_pending); in _run_iteration()
Dtest-threads-init.c16 DBusPendingCall *echo_pending; in _run_iteration() local
29 dbus_connection_send_with_reply (conn, method, &echo_pending, -1); in _run_iteration()
47 dbus_pending_call_block (echo_pending); in _run_iteration()
52 reply = dbus_pending_call_steal_reply (echo_pending); in _run_iteration()
68 dbus_pending_call_unref (echo_pending); in _run_iteration()