Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Voice.cpp267 m_IsStart( false ), in Voice()
569 m_IsStart = false; in Initialize()
575 m_IsStart = true; in Start()
590 m_IsStart = false; in Stop()
611 m_IsStart = false; in StopFinished()
626 if ( m_IsStart ) in Calc()
675 if ( m_IsStart && !m_IsStarted ) in Update()
694 if ( m_IsStart ) in Update()
920 voice->m_IsStart = false; in HardwareChannelCallbackFunc()
951 pVoice->m_IsStart = false; in SdkVoiceDropCallbackFunc()
[all …]
/NW4C-2.0.3/include/nw/snd/
Dsnd_Voice.h263 bool m_IsStart; variable