Home
last modified time | relevance | path

Searched refs:acInterfaceSpec (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbACInterface.java103 int acInterfaceSpec = stream.unpackUsbShort(); in allocAudioControlDescriptor() local
104 parser.setACInterfaceSpec(acInterfaceSpec); in allocAudioControlDescriptor()
105 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioControlDescriptor()
106 return new Usb20ACHeader(length, type, subtype, subClass, acInterfaceSpec); in allocAudioControlDescriptor()
108 return new Usb10ACHeader(length, type, subtype, subClass, acInterfaceSpec); in allocAudioControlDescriptor()
114 int acInterfaceSpec = parser.getACInterfaceSpec(); in allocAudioControlDescriptor() local
115 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioControlDescriptor()
124 int acInterfaceSpec = parser.getACInterfaceSpec(); in allocAudioControlDescriptor() local
125 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioControlDescriptor()
140 int acInterfaceSpec = parser.getACInterfaceSpec(); in allocAudioControlDescriptor() local
[all …]
DUsbASFormat.java73 int acInterfaceSpec = parser.getACInterfaceSpec(); in allocDescriptor() local
77 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocDescriptor()
84 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocDescriptor()