Home
last modified time | relevance | path

Searched refs:bus_transaction_send_from_driver (Results 1 – 5 of 5) sorted by relevance

/external/dbus/bus/
Ddriver.c125 if (!bus_transaction_send_from_driver (transaction, connection, message)) in bus_driver_send_service_lost()
168 if (!bus_transaction_send_from_driver (transaction, connection, message)) in bus_driver_send_service_acquired()
355 if (!bus_transaction_send_from_driver (transaction, connection, welcome)) in bus_driver_send_welcome_message()
448 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_list_services()
541 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_list_activatable_services()
604 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_acquire_service()
665 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_release_service()
730 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_service_exists()
801 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in send_ack_reply()
999 if (! bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_get_service_owner()
[all …]
Dconnection.h126 dbus_bool_t bus_transaction_send_from_driver (BusTransaction *transaction,
Dconnection.c1422 if (!bus_transaction_send_from_driver (transaction, pending->will_get_reply, in bus_pending_reply_send_no_reply()
1898 bus_transaction_send_from_driver (BusTransaction *transaction, in bus_transaction_send_from_driver() function
2175 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_transaction_send_error_reply()
Dactivation.c940 if (!bus_transaction_send_from_driver (transaction, entry->connection, message)) in bus_activation_service_created()
1369 retval = bus_transaction_send_from_driver (transaction, connection, message); in bus_activation_activate_service()
/external/dbus/
DChangeLog9067 * bus/connection.c (bus_transaction_send_from_driver): set the
9215 * bus/connection.c (bus_transaction_send_from_driver): set bus
11065 * bus/connection.c (bus_transaction_send_from_driver): new