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

  /external/chromium_org/dbus/
bus.cc 389 const DBusBusType dbus_bus_type = static_cast<DBusBusType>(bus_type_); local
391 connection_ = dbus_bus_get_private(dbus_bus_type, error.get());
393 connection_ = dbus_bus_get(dbus_bus_type, error.get());
    [all...]

Completed in 121 milliseconds