| 225 | } |
| 226 | |
| 227 | void BulkTransferPool::fillTransfer(libusb_transfer* transfer) |
| 228 | { |
| 229 | transfer->type = LIBUSB_TRANSFER_TYPE_BULK; |
| 230 | } |
| 231 | |
| 232 | void BulkTransferPool::processTransfer(libusb_transfer* transfer) |
| 233 | { |
nothing calls this directly
no outgoing calls
no test coverage detected