Lines Matching refs:device_address_
131 : 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()
484 LOG(WARNING) << "failed to get serial from device at " << device_address_ in GetSerial()
620 VLOG(USB) << "successfully opened adb device at " << device_address_ << ", " in OpenDevice()
868 std::string device_address_; member