Home
last modified time | relevance | path

Searched refs:m_pSoundArchive (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundDataManager.cpp59 m_pSoundArchive( NULL ), in SoundDataManager()
95 m_pSoundArchive = arc; in Initialize()
120 m_pSoundArchive = NULL; in Finalize()
164 if ( m_pSoundArchive == NULL ) return false; in IsAvailable()
165 if ( ! m_pSoundArchive->IsAvailable() ) return false; in IsAvailable()
176 NW_NULL_ASSERT( m_pSoundArchive ); in LoadData()
186 switch ( m_pSoundArchive->GetSoundType( itemId ) ) in LoadData()
216 NW_NULL_ASSERT( m_pSoundArchive ); in LoadData()
218 SoundArchive::ItemId id = m_pSoundArchive->GetItemId( pItemName ); in LoadData()
229 NW_NULL_ASSERT( m_pSoundArchive ); in LoadImpl()
[all …]
Dsnd_SoundArchivePlayer.cpp49 : m_pSoundArchive( NULL ), in SoundArchivePlayer()
86 if ( m_pSoundArchive == NULL ) return false; in IsAvailable()
87 if ( ! m_pSoundArchive->IsAvailable() ) return false; in IsAvailable()
166 m_pSoundArchive = NULL; in Finalize()
347 m_pSoundArchive = arc; in SetupMram()
650 NW_ASSERTMSG( m_pSoundArchive != NULL, "Setup is not completed." ); in GetSoundArchive()
651 return *m_pSoundArchive; in GetSoundArchive()
663 NW_NULL_ASSERT( m_pSoundArchive ); in GetSoundPlayer()
665 SoundArchive::ItemId playerId = m_pSoundArchive->GetItemId( pStr ); in GetSoundPlayer()
774 if ( ! m_pSoundArchive->ReadSoundInfo( soundId, &soundInfo ) ) in detail_SetupSoundImpl()
[all …]
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchivePlayer.h448 NW_NULL_ASSERT( m_pSoundArchive ); in detail_GetItemId()
449 return m_pSoundArchive->GetItemId( pString ); in detail_GetItemId()
522 const SoundArchive* m_pSoundArchive; variable
Dsnd_SoundDataManager.h416 const SoundArchive* m_pSoundArchive; variable