Searched refs:CDaffyDuck (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDaffyDuck.h3 // CDaffyDuck.H
5 // Include file for interfacing with the CDaffyDuck class.
74 // The CDaffyDuck class keeps a parallel array of MAPPING structures
89 class CDaffyDuck class
108 ~CDaffyDuck();
110 static CDaffyDuck * MakeDaffyDuck(COsSupport *pOsSupport);
117 CDaffyDuck(PCOsSupport pOsSupport);
270 }; // class CDaffyDuck
272 typedef CDaffyDuck * PCDaffyDuck;
276 // *** CDaffyDuck
[all...]
H A DCDaffyDuck.cpp3 // CDaffyDuck.CPP
5 // Implementation file for the CDaffyDuck class.
51 PVOID CDaffyDuck::operator new( size_t Size )
60 ECHO_DEBUGPRINTF(("CDaffyDuck::operator new - memory allocation failed\n"));
71 } // PVOID CDaffyDuck::operator new( size_t Size )
74 VOID CDaffyDuck::operator delete( PVOID pVoid )
79 ECHO_DEBUGPRINTF(("CDaffyDuck::operator delete memory free failed\n"));
82 } // VOID CDaffyDuck::operator delete( PVOID pVoid )
91 CDaffyDuck::CDaffyDuck function in class:CDaffyDuck
[all...]
H A DCEchoGals_transport.cpp57 CDaffyDuck *pDuck
151 pDuck = CDaffyDuck::MakeDaffyDuck(m_pOsSupport);
708 // Use the given CDaffyDuck object as the scatter-gather list for this pipe
712 ECHOSTATUS CEchoGals::SetDaffyDuck(WORD wPipeIndex, CDaffyDuck *pDuck)
730 CDaffyDuck *CEchoGals::GetDaffyDuck(WORD wPipeIndex)
823 // This pipe must have a CDaffyDuck object
827 ECHO_DEBUGPRINTF(("CDaffyDuck::Start - trying to start pipe index %d "
828 "but there is no CDaffyDuck!\n",wPipe));
834 // CDaffyDuck has been wrapped
H A DCEchoGals.h423 ECHOSTATUS SetDaffyDuck( WORD wPipeIndex, CDaffyDuck *pDuck);
433 // If you want to manage your own CDaffyDuck object for this pipe,
434 // then pass a pointer to a CDaffyDuck object. If you pass NULL,
442 CDaffyDuck *pDuck = NULL
593 CDaffyDuck *GetDaffyDuck(WORD wPipeIndex);
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp261 CDaffyDuck *duck = stream->card->pEG->GetDaffyDuck(stream->pipe);

Completed in 102 milliseconds