OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BusOwner
(Results
1 - 2
of
2
) sorted by null
/external/dbus/bus/
bus.h
42
typedef struct
BusOwner
BusOwner
;
services.c
49
struct
BusOwner
96
registry->owner_pool = _dbus_mem_pool_new (sizeof (
BusOwner
),
163
BusOwner
*bus_owner;
165
bus_owner = (
BusOwner
*) link->data;
176
bus_owner_set_flags (
BusOwner
*owner,
186
static
BusOwner
*
191
BusOwner
*result;
218
static
BusOwner
*
219
bus_owner_ref (
BusOwner
*owner)
228
bus_owner_unref (
BusOwner
*owner
[
all
...]
Completed in 227 milliseconds