Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp75 m_PauseState = PAUSE_STATE_NORMAL; in Initialize()
236 ( m_PauseState == PAUSE_STATE_PAUSED ) in Stop()
247 m_PauseState = PAUSE_STATE_NORMAL; in Stop()
268 switch( m_PauseState ) { in Pause()
275 m_PauseState = PAUSE_STATE_PAUSING; in Pause()
282 NW_ASSERTMSG( false, "Unexpected pause state %d", m_PauseState ); in Pause()
288 switch( m_PauseState ) { in Pause()
298 m_PauseState = PAUSE_STATE_UNPAUSING; in Pause()
302 NW_ASSERTMSG( false, "Unexpected pause state %d", m_PauseState ); in Pause()
350 return (m_PauseState == PAUSE_STATE_PAUSING) || (m_PauseState == PAUSE_STATE_PAUSED); in IsPause()
[all …]
/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSound.h407 PauseState m_PauseState; variable