/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics_allowlist.cc | 188 USB = 1, enumerator 200 {USB, 0x8086, 0x095a}, // INTEL-AC7265 201 {USB, 0x8086, 0x31dc}, // INTEL-AC9560 202 {USB, 0x8086, 0x4df0}, // INTEL-AX201 203 {USB, 0x8086, 0x095b}, // INTEL-AC7265 204 {USB, 0x8086, 0x02f0}, // INTEL-AX201 205 {USB, 0x8086, 0x51f0}, 206 {USB, 0x8086, 0xa0f0}, // INTEL-AX201 207 {USB, 0x8086, 0x2526}, // INTEL-AC9260 208 {USB, 0x8086, 0x3165}, [all …]
|
/packages/modules/adb/client/ |
D | usb_libusb_device.cpp | 99 VLOG(USB) << "Write " << command_to_string(packet->msg.command) in Write() 106 VLOG(USB) << "LibUsbDevice::Write failed at header " << libusb_error_name(r); in Write() 117 VLOG(USB) << "LibUsbDevice::Write failed at payload " << libusb_error_name(r); in Write() 122 VLOG(USB) << "Sending zlp (payload_size=" << data_size in Write() 133 VLOG(USB) << "LibUsbDevice Read()"; in Read() 139 VLOG(USB) << "LibUsbDevice::READ failed at header " << libusb_error_name(r); in Read() 142 VLOG(USB) << "Read " << command_to_string(packet->msg.command) in Read() 154 VLOG(USB) << "LibUsbDevice::READ failed at payload << " << libusb_error_name(r); in Read() 157 VLOG(USB) << "Read " << command_to_string(packet->msg.command) << " got =" << transferred; in Read() 209 VLOG(USB) << "skipping device with incorrect class at " << device_address_; in FindAdbInterface() [all …]
|
D | usb_libusb.cpp | 35 VLOG(USB) << "Device " << device_->GetSerial() << " created detached=" << detached_; in Init() 39 VLOG(USB) << "LibUsbConnection(" << Serial() << "): destructing"; in ~LibUsbConnection() 62 VLOG(USB) << "Not reporting error '" << reason << "' because device " << transport_->serial in HandleStop() 70 VLOG(USB) << "LibUsbConnection::Start()"; in Start() 73 VLOG(USB) << "LibUsbConnection(" << Serial() << "): already started"; in Start() 77 VLOG(USB) << "Unable to start " << Serial() << ": Failed to open device"; in Start() 222 VLOG(USB) << "LibUsbConnection::Attach"; in Attach() 225 VLOG(USB) << "Already attached"; in Attach() 234 VLOG(USB) << "LibUsbConnection::Detach"; in Detach() 236 VLOG(USB) << "Already detached"; in Detach()
|
D | usb_osx.cpp | 17 #define TRACE_TAG USB 296 VLOG(USB) << android::base::StringPrintf("Found vid=%04x pid=%04x serial=%s\n", in AndroidInterfaceAdded() 323 VLOG(USB) << "Add usb device " << serial; in AndroidInterfaceAdded() 397 VLOG(USB) << std::endl << label; in dumpEndpointProperties() 398 VLOG(USB) << " wMaxPacketSize=" << properties.wMaxPacketSize; in dumpEndpointProperties() 399 VLOG(USB) << " bTransferType=" << static_cast<unsigned>(properties.bTransferType); in dumpEndpointProperties() 400 VLOG(USB) << " bDirection=" << static_cast<unsigned>(properties.bDirection); in dumpEndpointProperties() 401 VLOG(USB) << " bAlternateSetting=" << static_cast<unsigned>(properties.bAlternateSetting); in dumpEndpointProperties() 402 VLOG(USB) << " bMult=" << static_cast<unsigned>(properties.bMult); in dumpEndpointProperties() 403 VLOG(USB) << " bMaxBurst=" << static_cast<unsigned>(properties.bMaxBurst); in dumpEndpointProperties() [all …]
|
D | usb_libusb_hotplug.cpp | 59 VLOG(USB) << std::format("Can't init address='{}', serial='{}'", device->GetAddress(), in process_device() 65 VLOG(USB) << "ignoring device " << device->GetSerial() << ": this server owns '" in process_device() 70 VLOG(USB) << "constructed LibusbConnection for device " << device->GetSerial(); in process_device() 98 VLOG(USB) << "libusb_hotplug: device disconnected: (Stop requested)"; in device_disconnected() 103 VLOG(USB) << "libusb_hotplug: device disconnected: (Already destroyed)"; in device_disconnected() 184 VLOG(USB) << "libusb hotplug thread started"; in hotplug_thread() 191 VLOG(USB) << "libusb hotplug: device arrived"; in hotplug_thread() 194 VLOG(USB) << "libusb hotplug: device left"; in hotplug_thread() 246 VLOG(USB) << "libusb thread iteration"; in usb_init_inhouse_hotplug() 254 VLOG(USB) << "initializing libusb..."; in usb_init()
|
D | usb_libusb_inhouse_hotplug.cpp | 61 VLOG(USB) << "inhouse USB scanning"; in scan()
|
D | usb_windows.cpp | 17 #define TRACE_TAG USB 260 VLOG(USB) << "Windows libusb cleanup"; in usb_cleanup()
|
/packages/modules/adb/ |
D | apacket_reader.cpp | 27 VLOG(USB) << "Got packet " << command_to_string(packet->msg.command) in add_packet() 38 VLOG(USB) << "Received " << block.remaining() << " bytes"; in add_bytes() 51 VLOG(USB) << "Payload > " << MAX_PAYLOAD; in add_bytes() 69 VLOG(USB) << "Packet " << command_to_string(m->command) << " needs " << m->data_length in add_bytes() 84 VLOG(USB) << "Zero-copy"; in add_bytes() 89 VLOG(USB) << "Falling back: Allocating block " << packet_->msg.data_length; in add_bytes() 102 VLOG(USB) << "Need " << packet_->payload.remaining() << " bytes to full packet"; in add_bytes() 107 VLOG(USB) << "Detected block with merged payload-header (remaining=" << block.remaining() in add_bytes()
|
D | README.md | 3 …nnects Android devices to computers running other OSes (Linux, MacOS, and Windows) over USB or TCP.
|
D | adb_trace.h | 35 USB, enumerator
|
D | adb_trace.cpp | 123 {"usb", USB}, in setup_trace_mask()
|
/packages/modules/adb/docs/dev/ |
D | zero_length_packet.md | 1 # How ADB uses USB Zero-Length Packets (ZLP) 4 There is no USB mechanism that lets a sender announce the size of a `Transfer`. This is not 11 There is an asymmetry in how ADB communicates over USB. While all USB backends on the host side (Li… 15 ## USB Transfer 101 17 In the context of ADB, USB can be thought of as two unidirectional pipes per device. 24 │ USB Host │ │USB Device│ 28 │ │ USB │ │ 33 In USB parlance, sending a buffer of data on a pipe and receiving it on the other end is called a `… 34 On the sender side, the USB Controller is presented with a [buffer,size] pair called IRP. On the re… 35 side, a similar IRP is provided to the USB controller. [all …]
|
D | how_adbd_starts.md | 6 2. Adb over USB or adb over Wifi are enabled. 28 after the user toggles "Developer options" -> "USB debugging" or "Developer options" -> "Wireless d… 35 1. GUI USB / GUI Wireless 41 ### GUI (USB) 68 ### USBDeviceManager (USB only) 70 If USB is involved (as opposed to ADB Wifi), ([USBDeviceManager.onAdbEnabled](https://cs.android.co…
|
D | internals.md | 13 On the other side, the Server continuously monitors for connecting Daemons (such as USB devices or … 18 | CLIENT | | | | (USB)| ADBD | 23 | CLIENT +--------->SmartSocket | (USB)| ADBD | 40 …h a device via a Transport. adb initially targeted devices connecting over USB, which is restricte… 114 ### Benchmark sample run for Pixel 8,USB
|
D | overview.md | 20 is to sense the USB ports to know when devices are attached/removed, 36 (through USB for devices, through TCP for emulators) and provide a 124 - USB transports, for physical devices through USB
|
D | README.md | 8 - [How ADB uses USB Zero-length packets](zero_length_packet.md)
|
D | delayed_ack.md | 12 This does not affect the reliability of a transport since both USB and TCP have packet checksums of… 85 Initial testing show that Burst Mode is nearly 70% faster at pushing files to a device over a USB-3…
|
/packages/modules/adb/daemon/ |
D | usb.cpp | 17 #define TRACE_TAG USB 153 VLOG(USB) << "UsbFfsConnection constructed"; in UsbFfsConnection() 168 VLOG(USB) << "UsbFfsConnection being destroyed"; in ~UsbFfsConnection() 183 VLOG(USB) << "USB write: " << dump_header(&packet->msg); in Write() 263 VLOG(USB) << "UsbFfs-monitor thread spawned"; in StartMonitor() 302 VLOG(USB) << "USB event: " in StartMonitor() 366 VLOG(USB) << "received FUNCTIONFS_SETUP control transfer: bRequestType = " in StartMonitor() 374 VLOG(USB) << "acking device-to-host control transfer"; in StartMonitor() 392 VLOG(USB) << "control request contents: " << buf; in StartMonitor() 409 VLOG(USB) << "UsbFfs-worker thread spawned"; in StartWorker() [all …]
|
/packages/modules/adb/docs/user/ |
D | adb.1.md | 28 Use USB device (error if multiple devices connected). 48 **\-\-one-device** **SERIAL**|**USB** 49 … Server will only connect to one USB device, specified by a **SERIAL** number or … 273 server-status Display server configuration (USB backend, mDNS backend, log location, binary path. S… 329 Restart adbd listening on USB. 351 # USB: 356 Attach a detached USB device identified by its **SERIAL** number. 359 Detach from a USB device identified by its **SERIAL** to allow use by other… 394 ADB has its own USB backend implementation but can also employ libusb. use …
|
/packages/apps/Settings/aconfig/ |
D | settings_connecteddevice_flag_declarations.aconfig | 28 description: "Gates whether to require an auth challenge for changing USB preferences" 35 description: "Gates whether to exclude webcam from USB preferences auth challenge."
|
/packages/modules/Bluetooth/system/gd/rust/linux/docs/ |
D | glossary.md | 67 A wrapper around the USB Human Interface Device (HID) specification used in 70 References: HID Profile Specification, USB HID Specification 78 References: HOGP Specification, USB HID Specification
|
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/ |
D | README.md | 9 * A Nexus player with a USB Tuner attached will work.
|
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/ |
D | README.md | 9 * A Nexus player with a USB Tuner attached will work.
|
/packages/modules/adb/proto/ |
D | adb_host.proto | 43 USB = 1; enumerator
|
/packages/modules/Bluetooth/framework/tests/bumble/ |
D | Android.bp | 79 // Runs the Bumble Bluetooth tests on a USB Bluetooth dongle.
|