Searched refs:bus_transaction_send_from_driver (Results 1 – 6 of 6) sorted by relevance
/external/dbus/bus/ |
D | driver.c | 128 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 …]
|
D | stats.c | 239 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()
|
D | connection.h | 127 dbus_bool_t bus_transaction_send_from_driver (BusTransaction *transaction,
|
D | connection.c | 1526 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()
|
D | activation.c | 1134 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/ |
D | ChangeLog.pre-1-0 | 8993 * 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
|