Searched defs:will_get_reply (Results 1 - 1 of 1) sorted by relevance

/external/dbus/bus/
H A Dconnection.c46 DBusConnection *will_get_reply; member in struct:__anon3922
1477 pending->will_get_reply,
1514 if (!bus_transaction_send_from_driver (transaction, pending->will_get_reply,
1542 pending->will_get_reply,
1587 if (pending->will_get_reply == connection)
1594 pending->will_get_reply,
1609 pending->will_get_reply,
1665 DBusConnection *will_get_reply,
1676 _dbus_assert (will_get_reply != NULL);
1692 pending->will_get_reply
1663 bus_connections_expect_reply(BusConnections *connections, BusTransaction *transaction, DBusConnection *will_get_reply, DBusConnection *will_send_reply, DBusMessage *reply_to_this, DBusError *error) argument
[all...]

Completed in 40 milliseconds