Searched refs:dbus_connection_send_with_reply (Results 1 – 20 of 20) sorted by relevance
/external/dbus/test/name-test/ |
D | test-pending-call-dispatch.c | 32 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()
|
D | test-threads-init.c | 30 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()
|
D | test-pending-call-timeout.c | 29 dbus_connection_send_with_reply (conn, method, &pending, timeout_milliseconds); in _method_call()
|
/external/bluetooth/bluez/src/ |
D | agent.c | 320 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/ |
D | hal.c | 105 if (dbus_connection_send_with_reply(connection, message, in hal_probe()
|
D | maemo6.c | 193 if (!dbus_connection_send_with_reply(conn, msg, &call, -1)) { in mce_probe()
|
/external/bluetooth/bluez/gdbus/ |
D | polkit.c | 180 if (dbus_connection_send_with_reply(conn, msg, in polkit_check_authorization()
|
D | watch.c | 633 if (dbus_connection_send_with_reply(connection, message, in check_service()
|
/external/dbus/test/ |
D | test-service.c | 168 if (!dbus_connection_send_with_reply (connection, self_message, &pcall, -1)) in handle_run_hello_from_self()
|
/external/dbus/dbus/ |
D | dbus-connection.h | 230 dbus_bool_t dbus_connection_send_with_reply (DBusConnection *connec…
|
D | dbus-connection.c | 3385 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/ |
D | gateway.c | 140 if (dbus_connection_send_with_reply(dev->conn, msg, &call, -1) == FALSE) in agent_sendfd()
|
D | media.c | 552 if (dbus_connection_send_with_reply(conn, msg, &request->call, in media_endpoint_async_call()
|
D | telephony-ofono.c | 233 if (!dbus_connection_send_with_reply(connection, msg, &call, -1)) { in send_method_call()
|
D | telephony-maemo6.c | 581 if (!dbus_connection_send_with_reply(connection, msg, &call, -1)) { in send_method_call()
|
D | telephony-maemo5.c | 613 if (!dbus_connection_send_with_reply(connection, msg, &call, -1)) { in send_method_call()
|
/external/bluetooth/bluez/cups/ |
D | main.c | 605 if (!dbus_connection_send_with_reply(conn, message, NULL, -1)) { in list_printers()
|
/external/dbus/ |
D | NEWS.pre-1-0 | 105 - dbus_connection_send_with_reply returns TRUE and a NULL pending call
|
D | ChangeLog.pre-1-2 | 265 * dbus/dbus-connection.c (dbus_connection_send_with_reply):
|
D | ChangeLog.pre-1-0 | 1426 * 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
|