Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Voice.cpp269 m_IsPause( false ), in Voice()
567 m_IsPause = false; in Initialize()
576 m_IsPause = false; in Start()
589 m_IsPause = false; in Stop()
618 if ( m_IsPause == flag ) return; in Pause()
620 m_IsPause = flag; in Pause()
696 if ( m_IsPause ) in Update()
919 voice->m_IsPause = false; in HardwareChannelCallbackFunc()
950 pVoice->m_IsPause = false; in SdkVoiceDropCallbackFunc()
1010 pVoice->m_IsPause = false; in SdkVoiceDropCallbackFuncMulti()
[all …]
/NW4C-2.0.3/include/nw/snd/
Dsnd_Voice.h145 bool IsPause() const { return m_IsPause == true; } in IsPause()
265 bool m_IsPause; variable