Home | History | Annotate | Download | only in usb

Lines Matching defs:usb

17 package android.hardware.usb;
27 * This class is used for sending and receiving data and control messages to a USB device.
86 * Returns the raw USB descriptors for the device.
90 * @return raw USB descriptors
97 * Claims exclusive access to a {@link android.hardware.usb.UsbInterface}.
99 * {@link android.hardware.usb.UsbEndpoint}s belonging to the interface.
110 * Releases exclusive access to a {@link android.hardware.usb.UsbInterface}.
119 * Sets the current {@link android.hardware.usb.UsbInterface}.
129 * Sets the device's current {@link android.hardware.usb.UsbConfiguration}.
233 * Waits for the result of a {@link android.hardware.usb.UsbRequest#queue} operation
235 * {@link android.hardware.usb.UsbEndpoint}s.
236 * When multiple endpoints are in use, {@link android.hardware.usb.UsbRequest#getEndpoint} and
237 * {@link android.hardware.usb.UsbRequest#getClientData} can be useful in determining
240 * @return a completed USB request, or null if an error occurred