HomeSort by relevance Sort by last modified time
    Searched defs:allocDescriptor (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbACEndpoint.java 52 public static UsbDescriptor allocDescriptor(UsbDescriptorParser parser,
UsbASFormat.java 68 public static UsbDescriptor allocDescriptor(UsbDescriptorParser parser,
UsbACInterface.java 172 return UsbASFormat.allocDescriptor(parser, stream, length, type, subtype, subClass);
211 public static UsbDescriptor allocDescriptor(UsbDescriptorParser parser, ByteStream stream,
UsbDescriptorParser.java 111 private UsbDescriptor allocDescriptor(ByteStream stream)
180 descriptor = UsbACInterface.allocDescriptor(this, stream, length, type);
184 descriptor = UsbACEndpoint.allocDescriptor(this, length, type);
221 descriptor = allocDescriptor(stream);

Completed in 154 milliseconds