Home | History | Annotate | Download | only in device

Lines Matching defs:usb

17 package com.android.cts.verifier.usb.device;
19 import static com.android.cts.verifier.usb.Util.runAndAssertException;
34 import android.hardware.usb.UsbConfiguration;
35 import android.hardware.usb.UsbConstants;
36 import android.hardware.usb.UsbDevice;
37 import android.hardware.usb.UsbDeviceConnection;
38 import android.hardware.usb.UsbEndpoint;
39 import android.hardware.usb.UsbInterface;
40 import android.hardware.usb.UsbManager;
41 import android.hardware.usb.UsbRequest;
72 "com.android.cts.verifier.usb.device.USB_PERMISSION";
194 * Converts the device under test into an Android accessory. Accessories are USB hosts that are
197 * @param connection The connection to the USB device
216 * @param connection Connection to the USB device
261 * @param connection Connection to the USB device
274 * @param connection Connection to the USB device
303 * @param connection Connection to the USB device
337 * @param connection Connection to the USB device
374 * @param connection Connection to the USB device
450 * Receive a transfer that has size zero using deprecated usb-request methods.
452 * @param connection Connection to the USB device
469 * Send a USB request using the {@link UsbRequest#queue legacy path} and receive it back.
587 * Receive a transfer that has size zero using current usb-request methods.
589 * @param connection Connection to the USB device
606 * Send a USB request and receive it back.
711 * Send a USB request using the {@link UsbRequest#queue legacy path} and receive it back.
725 * Send a USB request and receive it back.
739 * Send a USB request which more than the allowed size and receive it back.
790 * Time out while waiting for USB requests.
809 * Receive a USB request before a timeout triggers
833 * Send a USB request with size 0 using the {@link UsbRequest#queue legacy path}.
860 * Send a USB request with size 0.
887 * Send a USB request with a null buffer.
906 * Receive a USB request with size 0.
1525 * Tests parallel issuance and receiving of {@link UsbRequest usb requests}.
1781 * @param connection Connection to the USB device