Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp77 m_PauseState = PAUSE_STATE_NORMAL; in Initialize()
248 ( m_PauseState == PAUSE_STATE_PAUSED ) in Stop()
259 m_PauseState = PAUSE_STATE_NORMAL; in Stop()
280 switch( m_PauseState ) { in Pause()
287 m_PauseState = PAUSE_STATE_PAUSING; in Pause()
294 NW_ASSERTMSG( false, "Unexpected pause state %d", m_PauseState ); in Pause()
300 switch( m_PauseState ) { in Pause()
310 m_PauseState = PAUSE_STATE_UNPAUSING; in Pause()
314 NW_ASSERTMSG( false, "Unexpected pause state %d", m_PauseState ); in Pause()
368 return (m_PauseState == PAUSE_STATE_PAUSING) || (m_PauseState == PAUSE_STATE_PAUSED); in IsPause()
[all …]
/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSound.h430 PauseState m_PauseState; variable