HomeSort by relevance Sort by last modified time
    Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 - 25 of 62) sorted by null

1 2 3

  /frameworks/base/core/java/android/hardware/usb/
UsbConstants.java 50 public static final int USB_ENDPOINT_NUMBER_MASK = 0x0f;
UsbEndpoint.java 70 return mAddress & UsbConstants.USB_ENDPOINT_NUMBER_MASK;
  /external/kernel-headers/original/linux/usb/
ch9.h 384 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */
415 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;