HomeSort by relevance Sort by last modified time
    Searched refs:bmAttributes (Results 51 - 61 of 61) sorted by null

1 23

  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 170 ep->Attr = epDesc->bmAttributes;
  /frameworks/base/services/jni/
com_android_server_UsbHostManager.cpp 93 endpointValues.add(endpoint->bmAttributes);
  /external/libusb_aah/libusb/
libusb.h 257 #define LIBUSB_TRANSFER_TYPE_MASK 0x03 /* in bmAttributes */
261 * \ref libusb_endpoint_descriptor::bmAttributes "endpoint attributes" field.
358 * \ref libusb_endpoint_descriptor::bmAttributes "bmAttributes" field in
379 * \ref libusb_endpoint_descriptor::bmAttributes "bmAttributes" field in
474 uint8_t bmAttributes;
586 uint8_t bmAttributes;
    [all...]
core.c 823 ep_type = ep->bmAttributes & 0x3;
    [all...]
  /external/libusb_aah/libusb/os/
windows_usb.h 417 UCHAR bmAttributes;
439 UCHAR bmAttributes;
  /system/core/adb/
usb_linux.c 253 if (ep1->bmAttributes != USB_ENDPOINT_XFER_BULK ||
254 ep2->bmAttributes != USB_ENDPOINT_XFER_BULK) {
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 231 printf("\n bmAttributes = %u", config_desc.bmAttributes);
  /system/core/fastboot/
usb_linux.c 220 if((ept->bmAttributes & 0x03) != 0x02)
  /frameworks/av/media/mtp/
MtpDevice.cpp 141 if (ep->bmAttributes == USB_ENDPOINT_XFER_BULK) {
146 } else if (ep->bmAttributes == USB_ENDPOINT_XFER_INT &&
  /external/libusb/libusb/
core.c 785 ep_type = ep->bmAttributes & 0x3;
    [all...]
  /external/libmtp/src/
libusb-glue.c     [all...]

Completed in 698 milliseconds

1 23