Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbEndpointDescriptor.java48 public static final int MASK_ATTRIBS_USEAGE = 0b00110000; field in UsbEndpointDescriptor
133 + " usage:" + Integer.toHexString(mAttributes & MASK_ATTRIBS_USEAGE)); in toAndroid()
200 switch (attributes & UsbEndpointDescriptor.MASK_ATTRIBS_USEAGE) { in report()