Home
last modified time | relevance | path

Searched refs:bus_dispatch_matches (Results 1 – 3 of 3) sorted by relevance

/external/dbus/bus/
Ddispatch.h32 dbus_bool_t bus_dispatch_matches (BusTransaction *transaction,
Ddispatch.c67 bus_dispatch_matches (BusTransaction *transaction, in bus_dispatch_matches() function
311 if (!bus_dispatch_matches (transaction, connection, addressed_recipient, message, &error)) in bus_dispatch()
Ddriver.c84 retval = bus_dispatch_matches (transaction, NULL, NULL, message, error); in bus_driver_send_service_owner_changed()