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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp275 IsochronousPipe::IsochronousPipe(Object *parent) function in class:IsochronousPipe
285 IsochronousPipe::QueueIsochronous(void *data, size_t dataLength,
328 IsochronousPipe::SetPipePolicy(uint8 maxQueuedPackets,
346 IsochronousPipe::GetPipePolicy(uint8 *maxQueuedPackets,
H A Dusb_private.h486 class IsochronousPipe : public Pipe { class in inherits:Pipe
488 IsochronousPipe(Object *parent);
H A Dusb.cpp498 return ((IsochronousPipe *)object.Get())->QueueIsochronous(data, dataLength,
514 return ((IsochronousPipe *)object.IsSet())->SetPipePolicy(maxQueuedPackets,
H A DDevice.cpp571 pipe = new(std::nothrow) IsochronousPipe(this);

Completed in 120 milliseconds