Searched refs:GetNumPipes (Results 1 - 5 of 5) sorted by path

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

Completed in 69 milliseconds