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

/external/dbus/dbus/
H A Ddbus-connection.c194 * is dbus_connection_send_with_reply_and_block(). That is,
2321 _dbus_verbose ("dbus_connection_send_with_reply_and_block(): got reply\n");
2386 _dbus_verbose ("dbus_connection_send_with_reply_and_block(): will block %d milliseconds for reply serial %u from %ld sec %ld usec\n",
2395 _dbus_verbose ("dbus_connection_send_with_reply_and_block(): will block for reply serial %u\n", client_serial);
2456 _dbus_verbose ("dbus_connection_send_with_reply_and_block(): disconnected\n");
2465 _dbus_verbose ("dbus_connection_send_with_reply_and_block() waiting for more memory\n");
2482 _dbus_verbose ("dbus_connection_send_with_reply_and_block(): clock set backward\n");
2485 _dbus_verbose ("dbus_connection_send_with_reply_and_block(): %d milliseconds remain\n", timeout_milliseconds - elapsed_milliseconds);
2493 _dbus_verbose ("dbus_connection_send_with_reply_and_block() waiting for more memory\n");
2510 _dbus_verbose ("dbus_connection_send_with_reply_and_block()
3471 dbus_connection_send_with_reply_and_block (DBusConnection *connection, function
[all...]

Completed in 188 milliseconds