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

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDaffyDuck.h21 // Wrap() method, below.
189 // Call Wrap if you are creating a circular DMA buffer; to make a circular
196 // Wrap() Wraps the scatter list around to make a circular buffer
198 // Once you call Wrap, you shouldn't add any more mappings.
200 void Wrap();
245 // Returns TRUE if Wrap has been called for this duck
H A DCDaffyDuck.cpp298 // Wrap the head index
374 // Wrap
381 void CDaffyDuck::Wrap() function in class:CDaffyDuck
400 } // Wrap
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp274 duck->Wrap();

Completed in 26 milliseconds