Home
last modified time | relevance | path

Searched refs:bus_name (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs167 bus_name: String, field
175 bus_name: String, in new()
179 Self { conn, bus_name, objpath, interface } in new()
185 self.bus_name.clone(), in create_proxy()
/packages/modules/adb/client/
Dusb_linux.cpp142 std::string bus_name = base + "/" + de->d_name; in find_usb_device() local
144 std::unique_ptr<DIR, int(*)(DIR*)> dev_dir(opendir(bus_name.c_str()), closedir); in find_usb_device()
160 std::string dev_name = bus_name + "/" + de->d_name; in find_usb_device()