HomeSort by relevance Sort by last modified time
    Searched full:dbus_bus_type (Results 1 - 1 of 1) sorted by null

  /external/libchrome/dbus/
bus.cc 419 const DBusBusType dbus_bus_type = static_cast<DBusBusType>(bus_type_); local
421 connection_ = dbus_bus_get_private(dbus_bus_type, error.get());
423 connection_ = dbus_bus_get(dbus_bus_type, error.get());
    [all...]

Completed in 1302 milliseconds