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

  /system/core/fastboot/
usb_osx.c 185 UInt8 transferType;
193 &number, &transferType, &maxPacketSize, &interval);
196 if (transferType != kUSBBulk) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 162 TransferData transferType) {
173 if (!sxt.isSupportedType(transferType)) {
  /system/core/adb/
usb_osx.c 346 UInt8 transferType;
353 &number, &transferType, &maxPacketSize, &interval);
356 if (kUSBBulk != transferType)
  /external/libusb/libusb/os/
darwin_usb.c     [all...]