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

  /external/dbus/test/name-test/
test-pending-call-dispatch.c 32 dbus_connection_send_with_reply (conn, method, &echo_pending, -1);
41 dbus_connection_send_with_reply (conn, method, &dbus_pending, -1);
test-pending-call-timeout.c 29 dbus_connection_send_with_reply (conn, method, &pending, timeout_milliseconds);
test-threads-init.c 30 dbus_connection_send_with_reply (conn, method, &echo_pending, -1);
39 dbus_connection_send_with_reply (conn, method, &dbus_pending, -1);
  /external/bluetooth/bluez/plugins/
hal.c 105 if (dbus_connection_send_with_reply(connection, message,
maemo6.c 193 if (!dbus_connection_send_with_reply(conn, msg, &call, -1)) {
  /external/bluetooth/bluez/src/
agent.c 320 if (dbus_connection_send_with_reply(connection, req->msg,
442 if (dbus_connection_send_with_reply(connection, req->msg,
495 if (dbus_connection_send_with_reply(connection, req->msg,
599 if (dbus_connection_send_with_reply(connection, req->msg,
657 if (dbus_connection_send_with_reply(connection, req->msg,
714 if (dbus_connection_send_with_reply(connection, req->msg,
773 if (dbus_connection_send_with_reply(connection, msg,
  /external/bluetooth/bluez/gdbus/
polkit.c 180 if (dbus_connection_send_with_reply(conn, msg,
watch.c 633 if (dbus_connection_send_with_reply(connection, message,
  /external/dbus/dbus/
dbus-connection.h 230 dbus_bool_t dbus_connection_send_with_reply (DBusConnection *connection,
dbus-connection.c 3337 dbus_connection_send_with_reply (DBusConnection *connection, function
    [all...]
  /external/dbus/test/
test-service.c 168 if (!dbus_connection_send_with_reply (connection, self_message, &pcall, -1))
  /external/bluetooth/bluez/audio/
gateway.c 140 if (dbus_connection_send_with_reply(dev->conn, msg, &call, -1) == FALSE)
media.c 552 if (dbus_connection_send_with_reply(conn, msg, &request->call,
telephony-maemo5.c 613 if (!dbus_connection_send_with_reply(connection, msg, &call, -1)) {
    [all...]
telephony-maemo6.c 581 if (!dbus_connection_send_with_reply(connection, msg, &call, -1)) {
    [all...]
telephony-ofono.c 233 if (!dbus_connection_send_with_reply(connection, msg, &call, -1)) {
    [all...]
  /external/bluetooth/bluez/cups/
main.c 605 if (!dbus_connection_send_with_reply(conn, message, NULL, -1)) {
  /frameworks/base/core/jni/
android_server_BluetoothService.cpp 802 reply = dbus_connection_send_with_reply(nat->conn, msg, NULL, -1);
870 reply = dbus_connection_send_with_reply(nat->conn, msg, NULL, -1);
    [all...]
android_bluetooth_common.cpp 182 reply = dbus_connection_send_with_reply(conn, msg,

Completed in 378 milliseconds