Home
last modified time | relevance | path

Searched refs:m_IsStarted (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Voice.cpp268 m_IsStarted( false ), in Voice()
570 m_IsStarted = false; in Initialize()
583 if ( m_IsStarted ) in Stop()
586 m_IsStarted = false; in Stop()
601 if ( m_IsStarted ) in StopFinished()
610 m_IsStarted = false; in StopFinished()
675 if ( m_IsStart && !m_IsStarted ) in Update()
681 m_IsStarted = true; in Update()
689 if ( m_IsStarted ) in Update()
1046 m_IsStarted = false; in InitParam()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Voice.h264 bool m_IsStarted; variable