HomeSort by relevance Sort by last modified time
    Searched refs:dbus_connection_send_with_reply_and_block (Results 1 - 10 of 10) sorted by null

  /external/dbus/dbus/
dbus-bus.c 692 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, error);
885 reply = dbus_connection_send_with_reply_and_block (connection, message, -1,
957 reply = dbus_connection_send_with_reply_and_block (connection, message, -1,
    [all...]
dbus-connection.h 233 DBusMessage * dbus_connection_send_with_reply_and_block (DBusConnection *connection,
dbus-connection.c 192 * is dbus_connection_send_with_reply_and_block(). That is,
3491 dbus_connection_send_with_reply_and_block (DBusConnection *connection, function
    [all...]
  /external/avahi/avahi-client/
entrygroup.c 69 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
138 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) ||
204 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
316 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
463 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
577 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
687 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
774 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
859 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
client.c 318 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error);
364 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error);
383 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error);
567 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error);
694 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error);
814 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
866 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error);
926 reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error);
resolver.c 271 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
493 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
709 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
browser.c 180 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) ||
420 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) ||
642 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) ||
859 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) ||
  /external/dbus/test/name-test/
test-privserver-client.c 100 if (!(reply = dbus_connection_send_with_reply_and_block (session, msg, -1, &error)))
  /external/dbus/tools/
dbus-send.c 514 reply = dbus_connection_send_with_reply_and_block (connection,
  /external/libchrome/dbus/
bus.cc 655 return dbus_connection_send_with_reply_and_block(
    [all...]

Completed in 80 milliseconds