Lines Matching refs:VLOG

324         VLOG(USB) << "USB write: " << dump_header(&packet->msg);  in Write()
346 VLOG(USB) << "submitting zero transfer for payload length " << payload_length; in Write()
370 VLOG(USB) << "skipping device with incorrect class at " << device_address_; in FindInterface()
400 VLOG(USB) << "skipping non-adb interface at " << device_address_ << " (interface " 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()
620 VLOG(USB) << "successfully opened adb device at " << device_address_ << ", " in OpenDevice()
743 VLOG(USB) << "registered new usb device '" << serial_ << "'"; in StartImpl()
783 VLOG(USB) << "resetting " << transport_->serial_name(); in Reset()
819 VLOG(USB) << "ignoring device " << connection->GetUsbDeviceAddress() in Create()
825 VLOG(USB) << "ignoring device " << connection->GetUsbDeviceAddress() in Create()
845 VLOG(USB) << "ignoring device " << connection->GetUsbDeviceAddress() in Create()
853 VLOG(USB) << "ignoring device " << connection->GetUsbDeviceAddress() << " serial " in Create()
903 VLOG(USB) << "device connected: " << device_address; in process_device()
918 VLOG(USB) << "constructed LibusbConnection for device " << connection->serial_ << " (" in process_device()
1008 VLOG(USB) << "libusb_hotplug: device disconnected: " << connection->serial_; in device_disconnected()
1010 VLOG(USB) << "libusb_hotplug: device disconnected: (destroyed)"; in device_disconnected()
1020 VLOG(USB) << "libusb hotplug thread started"; in hotplug_thread()
1027 VLOG(USB) << "libusb hotplug: device arrived"; in hotplug_thread()
1030 VLOG(USB) << "libusb hotplug: device left"; in hotplug_thread()
1056 VLOG(USB) << "initializing libusb..."; in usb_init()