Searched refs:isBulk (Results 1 - 1 of 1) sorted by relevance

/external/libusb/libusb/os/
H A Ddarwin_usb.c1937 int isBulk = LIBUSB_TRANSFER_TYPE_BULK == transfer->type; local
1942 if (!isIsoc && !isBulk && !isControl && !isInterrupt) {
1948 isControl ? "control" : isBulk ? "bulk" : isIsoc ? "isoc" : "interrupt", tpriv->result);

Completed in 110 milliseconds