HomeSort by relevance Sort by last modified time
    Searched refs:TransferType (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/usb_gadget/
echo_gadget.py 47 bmAttributes=usb_constants.TransferType.INTERRUPT,
53 bmAttributes=usb_constants.TransferType.INTERRUPT,
68 bmAttributes=usb_constants.TransferType.BULK,
74 bmAttributes=usb_constants.TransferType.BULK,
97 bmAttributes=usb_constants.TransferType.ISOCHRONOUS,
103 bmAttributes=usb_constants.TransferType.ISOCHRONOUS,
122 bmAttributes=usb_constants.TransferType.INTERRUPT,
128 bmAttributes=usb_constants.TransferType.INTERRUPT,
143 bmAttributes=usb_constants.TransferType.BULK,
149 bmAttributes=usb_constants.TransferType.BULK
    [all...]
gadget_test.py 36 bmAttributes=usb_constants.TransferType.BULK,
44 bmAttributes=usb_constants.TransferType.BULK,
58 bmAttributes=usb_constants.TransferType.INTERRUPT,
66 bmAttributes=usb_constants.TransferType.INTERRUPT,
83 bmAttributes=usb_constants.TransferType.BULK,
91 bmAttributes=usb_constants.TransferType.BULK,
105 bmAttributes=usb_constants.TransferType.INTERRUPT,
113 bmAttributes=usb_constants.TransferType.INTERRUPT,
hid_gadget.py 89 bmAttributes=usb_constants.TransferType.INTERRUPT,
101 bmAttributes=usb_constants.TransferType.INTERRUPT,
109 bmAttributes=usb_constants.TransferType.INTERRUPT,
115 bmAttributes=usb_constants.TransferType.INTERRUPT,
usb_constants.py 86 class TransferType(object):
linux_gadgetfs.py 34 usb_constants.TransferType.BULK: BULK,
35 usb_constants.TransferType.INTERRUPT: INTERRUPT,
36 usb_constants.TransferType.ISOCHRONOUS: ISOCHRONOUS
212 endpoint_desc.bmAttributes & usb_constants.TransferType.MASK]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComponentTransfer.cpp 40 typedef void (*TransferType)(unsigned char*, const ComponentTransferFunction&);
222 TransferType callEffect[] = {identity, identity, table, discrete, linear, gamma};
  /external/chromium_org/extensions/browser/api/usb/
usb_api.cc 51 using usb::TransferType;
305 TransferType ConvertTransferTypeToApi(const UsbTransferType& input) {
    [all...]

Completed in 293 milliseconds