MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / allocateTransfer

Method allocateTransfer

src/transfer_pool.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222libusb_transfer* BulkTransferPool::allocateTransfer()
223{
224 return libusb_alloc_transfer(0);
225}
226
227void BulkTransferPool::fillTransfer(libusb_transfer* transfer)
228{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected