Home
last modified time | relevance | path

Searched defs:devpath (Results 1 – 6 of 6) sorted by relevance

/packages/modules/adb/client/
Dusb_osx.cpp60 std::string devpath; member
78 static bool IsKnownDevice(const std::string& devpath) { in IsKnownDevice()
160 std::string devpath; in AndroidInterfaceAdded() local
Dusb_linux.cpp225 char *devpath = nullptr; in find_usb_device() local
/packages/modules/adb/
Dtransport_test.cpp146 std::string devpath = "/path/to/bar"; in TEST_F() local
Dtransport.h318 std::string devpath; variable
Dtransport.cpp1591 const char* devpath, unsigned writeable) { in register_usb_transport()
1611 void register_usb_transport(usb_handle* usb, const char* serial, const char* devpath, in register_usb_transport()
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs421 let devpath = in configure_hci() localVariable
457 let devpath = config_util::get_devpath_for_hci(hci.into()); in configure_hci() localVariable
475 let devpath = config_util::get_devpath_for_hci(hci.into()); in configure_hci() localVariable
966 pub devpath: DevPath, field