HomeSort by relevance Sort by last modified time
    Searched refs:usb_ip_socket_name (Results 1 - 3 of 3) sorted by null

  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/
main.cc 60 config->usb_ip_socket_name()};
61 vadb::usbip::Server usbip_{config->usb_ip_socket_name(), adb_.Pool()};
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 172 std::string usb_ip_socket_name() const;
173 void set_usb_ip_socket_name(const std::string& usb_ip_socket_name);
cuttlefish_config.cpp 100 const char* kUsbIpSocketName = "usb_ip_socket_name";
439 std::string CuttlefishConfig::usb_ip_socket_name() const { function in class:vsoc::CuttlefishConfig
443 const std::string& usb_ip_socket_name) {
444 (*dictionary_)[kUsbIpSocketName] = usb_ip_socket_name;

Completed in 540 milliseconds