Home
last modified time | relevance | path

Searched refs:GetNumPipes (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_transport.cpp734 if (wPipeIndex >= GetNumPipes()) in GetDaffyDuck()
812 for (wPipe = 0; wPipe < GetNumPipes(); wPipe++) in Start()
920 for ( wPipe = 0; wPipe < GetNumPipes(); wPipe++ ) in Start()
938 for (wPipe = 0; wPipe < GetNumPipes(); wPipe++) in Start()
1005 for ( i = 0; i < GetNumPipes(); i++ ) in Stop()
1073 for ( i = 0; i < GetNumPipes(); i++ ) in Reset()
1195 if (wPipeIndex >= GetNumPipes()) in GetAudioPositionPtr()
H A DCEchoGals_info.cpp236 WORD CEchoGals::GetNumPipes() in GetNumPipes() function in CEchoGals
241 return GetDspCommObject()->GetNumPipes(); in GetNumPipes()
H A DCDspCommObject.cpp1305 if (wPipeIndex < GetNumPipes() ) in SetAudioDuckListPhys()
1350 if (wPipeIndex >= GetNumPipes() ) in SetAudioFormat()
1477 if (wPipeIndex >= GetNumPipes() ) in GetAudioFormat()
H A DCEchoGals.h835 WORD GetNumPipes();
H A DCDspCommObject.h834 WORD GetNumPipes() in GetNumPipes() function