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

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCLayla.h3 // CLayla.h
5 // Include file for interfacing with the CLayla generic driver class
42 class CLayla : public CEchoGalsMTC class in inherits:CEchoGalsMTC
48 CLayla( PCOsSupport pOsSupport );
50 virtual ~CLayla();
96 }; // class CLayla
98 typedef CLayla * PCLayla;
102 // *** CLayla.H ***
H A DCLayla.cpp3 // CLayla.cpp
5 // Implementation file for the CLayla driver class; this is for 20-bit
33 #include "CLayla.h"
54 PVOID CLayla::operator new( size_t Size )
63 ECHO_DEBUGPRINTF(("CLayla::operator new - memory allocation failed\n"));
74 } // PVOID CLayla::operator new( size_t Size )
77 VOID CLayla::operator delete( PVOID pVoid )
81 ECHO_DEBUGPRINTF( ("CLayla::operator delete memory free failed\n") );
83 } // VOID CLayla::operator delete( PVOID pVoid )
92 CLayla function in class:CLayla
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp38 #include "CLayla.h"
763 card->pEG = new CLayla(card->pOSS);

Completed in 90 milliseconds