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.c19 DBusPendingCall *echo_pending; in _run_iteration() local
32 dbus_connection_send_with_reply (conn, method, &echo_pending, -1); in _run_iteration()
50 dbus_pending_call_block (echo_pending); in _run_iteration()
55 reply = dbus_pending_call_steal_reply (echo_pending); in _run_iteration()
71 dbus_pending_call_unref (echo_pending); in _run_iteration()
Dtest-threads-init.c17 DBusPendingCall *echo_pending; in _run_iteration() local
30 dbus_connection_send_with_reply (conn, method, &echo_pending, -1); in _run_iteration()
48 dbus_pending_call_block (echo_pending); in _run_iteration()
53 reply = dbus_pending_call_steal_reply (echo_pending); in _run_iteration()
69 dbus_pending_call_unref (echo_pending); in _run_iteration()