Searched refs:dwHandshake (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDspCommObject.cpp150 m_pDspCommPage->dwHandshake = 0xffffffff;
853 m_pDspCommPage->dwHandshake = 0xffffffff;
1106 // the dwHandshake field in the comm page. This function waits for the
2117 DWORD dwWriteCount,dwHandshake,dwStatus; local
2124 dwHandshake = GetHandshakeFlag();
2125 if (0 == dwHandshake)
2127 ECHO_DEBUGPRINTF(("CDCO::WriteMidi - can't write - handshake %ld\n",dwHandshake));
H A DCDspCommObject.h572 DWORD dwHandshake; // DSP command handshake 0x010 4 member in struct:__anon1518
738 return( SWAP( m_pDspCommPage->dwHandshake ) ); }
741 m_pDspCommPage->dwHandshake = 0; }

Completed in 97 milliseconds