Home
last modified time | relevance | path

Searched refs:IsInitialized (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_HardwareManager.h49 bool IsInitialized() { return m_IsInitialized != 0; } in IsInitialized() function
Dsnd_SoundSystem.h376 static bool IsInitialized();
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundSystem.cpp281 bool SoundSystem::IsInitialized() in IsInitialized() function in nw::snd::SoundSystem
Dsnd_SoundThread.cpp133 NW_ASSERTMSG( HardwareManager::GetInstance().IsInitialized(), in CreateImpl()
Dsnd_SoundArchivePlayer.cpp116 NW_ASSERT( SoundSystem::IsInitialized() ); in Initialize()
117 if ( ! SoundSystem::IsInitialized() ) in Initialize()