Home
last modified time | relevance | path

Searched refs:dbus_connection_send_with_reply (Results 1 – 20 of 20) sorted by relevance

/external/dbus/test/name-test/
Dtest-pending-call-dispatch.c32 dbus_connection_send_with_reply (conn, method, &echo_pending, -1); in _run_iteration()
41 dbus_connection_send_with_reply (conn, method, &dbus_pending, -1); in _run_iteration()
Dtest-threads-init.c30 dbus_connection_send_with_reply (conn, method, &echo_pending, -1); in _run_iteration()
39 dbus_connection_send_with_reply (conn, method, &dbus_pending, -1); in _run_iteration()
Dtest-pending-call-timeout.c29 dbus_connection_send_with_reply (conn, method, &pending, timeout_milliseconds); in _method_call()
/external/bluetooth/bluez/src/
Dagent.c320 if (dbus_connection_send_with_reply(connection, req->msg, in agent_call_authorize()
442 if (dbus_connection_send_with_reply(connection, req->msg, in pincode_request_new()
495 if (dbus_connection_send_with_reply(connection, req->msg, in confirm_mode_change_request_new()
599 if (dbus_connection_send_with_reply(connection, req->msg, in passkey_request_new()
657 if (dbus_connection_send_with_reply(connection, req->msg, in confirmation_request_new()
714 if (dbus_connection_send_with_reply(connection, req->msg, in pairing_consent_request_new()
773 if (dbus_connection_send_with_reply(connection, msg, in request_fallback()
/external/bluetooth/bluez/plugins/
Dhal.c105 if (dbus_connection_send_with_reply(connection, message, in hal_probe()
Dmaemo6.c193 if (!dbus_connection_send_with_reply(conn, msg, &call, -1)) { in mce_probe()
/external/bluetooth/bluez/gdbus/
Dpolkit.c180 if (dbus_connection_send_with_reply(conn, msg, in polkit_check_authorization()
Dwatch.c633 if (dbus_connection_send_with_reply(connection, message, in check_service()
/external/dbus/test/
Dtest-service.c168 if (!dbus_connection_send_with_reply (connection, self_message, &pcall, -1)) in handle_run_hello_from_self()
/external/dbus/dbus/
Ddbus-connection.h230 dbus_bool_t dbus_connection_send_with_reply (DBusConnection *connec…
Ddbus-connection.c3385 dbus_connection_send_with_reply (DBusConnection *connection, in dbus_connection_send_with_reply() function
3546 if (!dbus_connection_send_with_reply (connection, message, in dbus_connection_send_with_reply_and_block()
/external/bluetooth/bluez/audio/
Dgateway.c140 if (dbus_connection_send_with_reply(dev->conn, msg, &call, -1) == FALSE) in agent_sendfd()
Dmedia.c552 if (dbus_connection_send_with_reply(conn, msg, &request->call, in media_endpoint_async_call()
Dtelephony-ofono.c233 if (!dbus_connection_send_with_reply(connection, msg, &call, -1)) { in send_method_call()
Dtelephony-maemo6.c581 if (!dbus_connection_send_with_reply(connection, msg, &call, -1)) { in send_method_call()
Dtelephony-maemo5.c613 if (!dbus_connection_send_with_reply(connection, msg, &call, -1)) { in send_method_call()
/external/bluetooth/bluez/cups/
Dmain.c605 if (!dbus_connection_send_with_reply(conn, message, NULL, -1)) { in list_printers()
/external/dbus/
DNEWS.pre-1-0105 - dbus_connection_send_with_reply returns TRUE and a NULL pending call
DChangeLog.pre-1-2265 * dbus/dbus-connection.c (dbus_connection_send_with_reply):
DChangeLog.pre-1-01426 * dbus-connection.c (dbus_connection_send_with_reply): return TRUE
5375 * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
5497 * dbus/dbus-connection.c (dbus_connection_send_with_reply):
6237 (dbus_connection_send_with_reply): Update the dispatch status and
8708 * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a