Searched defs:bus_type (Results 1 - 4 of 4) sorted by relevance

/external/dbus/bus/
H A Dconfig-parser-trivial.c40 DBusString bus_type; /**< Message bus type */ member in struct:BusConfigParser
99 if (!_dbus_string_init (&parser->bus_type))
109 _dbus_string_free (&parser->bus_type);
123 _dbus_string_free (&parser->bus_type);
282 if (!_dbus_string_copy (&content_sane, 0, &parser->bus_type, 0))
324 return _dbus_string_get_const_data (&parser->bus_type);
H A Dconfig-parser.c95 char *bus_type; /**< Message bus type */ member in struct:BusConfigParser
307 if (included->bus_type != NULL)
309 dbus_free (parser->bus_type);
310 parser->bus_type = included->bus_type;
311 included->bus_type = NULL;
491 dbus_free (parser->bus_type);
2498 dbus_free (parser->bus_type);
2499 parser->bus_type = s;
2639 return parser->bus_type;
[all...]
/external/libchrome/dbus/
H A Dbus.h195 BusType bus_type; // SESSION by default. member in struct:dbus::Bus::Options
207 // communicate with non dbus-daemon such as ibus-daemon, set |bus_type| to
215 // options.bus_type = CUSTOM_ADDRESS;
/external/kernel-headers/original/uapi/linux/
H A Di2o-dev.h181 __u32 bus_type:8; member in struct:_i2o_hrt_entry

Completed in 134 milliseconds