Home
last modified time | relevance | path

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

/external/dbus/bus/
Ddriver.c128 if (!bus_transaction_send_from_driver (transaction, connection, message)) in bus_driver_send_service_lost()
171 if (!bus_transaction_send_from_driver (transaction, connection, message)) in bus_driver_send_service_acquired()
358 if (!bus_transaction_send_from_driver (transaction, connection, welcome)) in bus_driver_send_welcome_message()
451 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_list_services()
544 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_list_activatable_services()
607 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_acquire_service()
668 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_release_service()
733 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_service_exists()
807 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in send_ack_reply()
1135 if (! bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_get_service_owner()
[all …]
Dstats.c239 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_stats_handle_get_stats()
337 if (!bus_transaction_send_from_driver (transaction, caller_connection, in bus_stats_handle_get_connection_stats()
Dconnection.h127 dbus_bool_t bus_transaction_send_from_driver (BusTransaction *transaction,
Dconnection.c1526 if (!bus_transaction_send_from_driver (transaction, pending->will_get_reply, in bus_pending_reply_send_no_reply()
2000 bus_transaction_send_from_driver (BusTransaction *transaction, in bus_transaction_send_from_driver() function
2277 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_transaction_send_error_reply()
Dactivation.c1134 if (!bus_transaction_send_from_driver (transaction, entry->connection, message)) in bus_activation_service_created()
1737 retval = bus_transaction_send_from_driver (transaction, connection, message); in bus_activation_activate_service()
/external/dbus/
DChangeLog.pre-1-08993 * bus/connection.c (bus_transaction_send_from_driver): set the
9141 * bus/connection.c (bus_transaction_send_from_driver): set bus
10991 * bus/connection.c (bus_transaction_send_from_driver): new