Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dusb_libusb.cpp131 : device_(std::move(device)), device_address_(get_device_address(device_.get())) {} in LibusbConnection()
359 LOG(WARNING) << "failed to get device descriptor for device at " << device_address_ in GetDeviceDescriptor()
370 VLOG(USB) << "skipping device with incorrect class at " << device_address_; in FindInterface()
378 << device_address_ << ": " << libusb_error_name(rc); in FindInterface()
400 VLOG(USB) << "skipping non-adb interface at " << device_address_ << " (interface " in FindInterface()
409 << device_address_ << " (interface " << interface_num << ")"; in FindInterface()
413 VLOG(USB) << "found potential adb interface at " << device_address_ << " (interface " in FindInterface()
452 VLOG(USB) << "rejecting potential adb interface at " << device_address_ in FindInterface()
469 std::string GetUsbDeviceAddress() const { return std::string("usb:") + device_address_; } in GetUsbDeviceAddress()
481 LOG(WARNING) << "received empty serial from device at " << device_address_; in GetSerial()
[all …]