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

/external/dbus/bus/
H A Dconnection.c41 DBusConnection *will_get_reply; member in struct:__anon677
1385 pending->will_get_reply,
1422 if (!bus_transaction_send_from_driver (transaction, pending->will_get_reply,
1450 pending->will_get_reply,
1495 if (pending->will_get_reply == connection)
1502 pending->will_get_reply,
1517 pending->will_get_reply,
1574 DBusConnection *will_get_reply,
1585 _dbus_assert (will_get_reply != NULL);
1601 pending->will_get_reply
1572 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 25 milliseconds