Home
last modified time | relevance | path

Searched refs:BusOwner (Results 1 – 4 of 4) sorted by relevance

/external/dbus/bus/
Dservices.c49 struct BusOwner struct
96 registry->owner_pool = _dbus_mem_pool_new (sizeof (BusOwner), in bus_registry_new()
163 BusOwner *bus_owner; in _bus_service_find_owner_link()
165 bus_owner = (BusOwner *) link->data; in _bus_service_find_owner_link()
176 bus_owner_set_flags (BusOwner *owner, in bus_owner_set_flags()
186 static BusOwner *
191 BusOwner *result; in bus_owner_new()
218 static BusOwner *
219 bus_owner_ref (BusOwner *owner) in bus_owner_ref()
228 bus_owner_unref (BusOwner *owner) in bus_owner_unref()
[all …]
Dbus.h42 typedef struct BusOwner BusOwner; typedef
Dservices.h86 BusOwner* bus_service_get_primary_owner (BusService *service);
/external/dbus/
DChangeLog.pre-1-02390 * bus/bus.h: Add new internal BusOwner struct
2394 since they are now set per BusOwner and not per name.
2399 (struct BusOwner): new struct for keeping track of queued connections
2401 (struct BusRegistry): add a BusOwner memory pool
2402 (bus_registry_new): initialize the BusOwner memory pool
2403 (bus_registry_unref): free the BusOwner memory pool
2408 (bus_owner_new): new method that creates a BusOwner object from the
2410 (bus_owner_ref, bus_owner_unref): ref counting for BusOwner objects
2413 using the BusOwner struct
2419 add_restore_ownership_to_transaction): Switch to using BusOwner
[all …]