Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbACInterface.java106 int acInterfaceSpec = stream.unpackUsbShort(); in allocAudioControlDescriptor() local
107 parser.setACInterfaceSpec(acInterfaceSpec); in allocAudioControlDescriptor()
111 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioControlDescriptor()
123 int acInterfaceSpec = parser.getACInterfaceSpec(); in allocAudioControlDescriptor() local
127 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioControlDescriptor()
139 int acInterfaceSpec = parser.getACInterfaceSpec(); in allocAudioControlDescriptor() local
143 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioControlDescriptor()
167 int acInterfaceSpec = parser.getACInterfaceSpec(); in allocAudioControlDescriptor() local
171 if (acInterfaceSpec == UsbDeviceDescriptor.USBSPEC_2_0) { in allocAudioControlDescriptor()
192 int acInterfaceSpec = parser.getACInterfaceSpec(); in allocAudioStreamingDescriptor() local
[all …]
H A 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()