Home
last modified time | relevance | path

Searched refs:USBSPEC_2_0 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbACInterface.java105 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioControlDescriptor()
115 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioControlDescriptor()
125 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioControlDescriptor()
141 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioControlDescriptor()
165 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioStreamingDescriptor()
DUsbASFormat.java77 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocDescriptor()
84 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocDescriptor()
DUsbDeviceDescriptor.java38 public static final int USBSPEC_2_0 = 0x0200; field in UsbDeviceDescriptor