Home
last modified time | relevance | path

Searched refs:usb_ip_socket_name (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/host/commands/virtual_usb_manager/
Dmain.cc60 config->usb_ip_socket_name()}; in main()
61 vadb::usbip::Server usbip_{config->usb_ip_socket_name(), adb_.Pool()}; in main()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h172 std::string usb_ip_socket_name() const;
173 void set_usb_ip_socket_name(const std::string& usb_ip_socket_name);
Dcuttlefish_config.cpp439 std::string CuttlefishConfig::usb_ip_socket_name() const { in usb_ip_socket_name() function in vsoc::CuttlefishConfig
443 const std::string& usb_ip_socket_name) { in set_usb_ip_socket_name() argument
444 (*dictionary_)[kUsbIpSocketName] = usb_ip_socket_name; in set_usb_ip_socket_name()