| 220 | } |
| 221 | |
| 222 | libusb_transfer* BulkTransferPool::allocateTransfer() |
| 223 | { |
| 224 | return libusb_alloc_transfer(0); |
| 225 | } |
| 226 | |
| 227 | void BulkTransferPool::fillTransfer(libusb_transfer* transfer) |
| 228 | { |
nothing calls this directly
no outgoing calls
no test coverage detected