Lines Matching refs:m_pSoundArchive
49 : 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()
857 switch ( m_pSoundArchive->GetSoundType( soundId ) ) in detail_SetupSoundImpl()
946 switch ( m_pSoundArchive->GetSoundType( soundId ) ) in detail_SetupSoundImpl()
957 if ( ! m_pSoundArchive->ReadSequenceSoundInfo( soundId, &info ) ) { in detail_SetupSoundImpl()
1000 if ( ! m_pSoundArchive->detail_ReadStreamSoundInfo( soundId, &info ) ) { in detail_SetupSoundImpl()
1029 if ( ! m_pSoundArchive->detail_ReadWaveSoundInfo( soundId, &info ) ) { in detail_SetupSoundImpl()
1187 fileStream = const_cast<SoundArchive*>(m_pSoundArchive)->detail_OpenFileStream( in PrepareSeqImpl()
1502 const_cast<SoundArchive*>(m_pSoundArchive)->detail_OpenFileStream( in PrepareStreamImpl()