Searched refs:m_pwDspCode (Results 1 - 3 of 3) sorted by path

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DC3gDco.cpp678 m_pwDspCode = NULL;
H A DCDspCommObject.cpp108 m_pwDspCode = NULL; // Current DSP code not loaded
513 if ( m_pwDspCode == pCode )
519 m_pwDspCode = NULL; // Current DSP code not loaded
695 m_pwDspCode = pCode; // Show which DSP code loaded
753 if (NULL != m_pwDspCode)
762 m_pwDspCode = NULL;
2071 if (NULL != m_pwDspCode)
2076 m_pwDspCode = NULL;
H A DCDspCommObject.h655 PWORD m_pwDspCode; // Current DSP code loaded, NULL if nothing loaded member in class:CDspCommObject

Completed in 72 milliseconds