Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Voice.cpp265 m_IsStart( false ), in Voice()
567 m_IsStart = false; in Initialize()
573 m_IsStart = true; in Start()
588 m_IsStart = false; in Stop()
609 m_IsStart = false; in StopFinished()
624 if ( m_IsStart ) in Calc()
673 if ( m_IsStart && !m_IsStarted ) in Update()
692 if ( m_IsStart ) in Update()
918 voice->m_IsStart = false; in HardwareChannelCallbackFunc()
949 pVoice->m_IsStart = false; in SdkVoiceDropCallbackFunc()
[all …]
/NW4C-1.3.3/include/nw/snd/
Dsnd_Voice.h261 bool m_IsStart; variable