Home
last modified time | relevance | path

Searched refs:SetPhantomPower (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DC3g.h104 virtual void SetPhantomPower(BOOL fPhantom);
H A DC3g.cpp432 void C3g::SetPhantomPower(BOOL fPhantom) in SetPhantomPower() function in C3g
439 GetDspCommObject()->SetPhantomPower( fPhantom ); in SetPhantomPower()
H A DC3gDco.h102 void SetPhantomPower( BOOL fPhantom );
H A DC3gDco.cpp750 void C3gDco::SetPhantomPower(BOOL fPhantom) in SetPhantomPower() function in C3gDco
H A DCEchoGals.h410 virtual void SetPhantomPower(BOOL fPhantom) {} in SetPhantomPower() function
H A DCEchoGals_mixer.cpp758 SetPhantomPower( pMixerFunction->Data.fPhantomPower ); in ProcessMixerFunction()