Searched refs:m_pExtSoundPlayer (Results 1 – 2 of 2) sorted by relevance
64 m_pExtSoundPlayer = NULL; in Initialize()187 if ( m_pExtSoundPlayer != NULL ) m_pExtSoundPlayer->RemoveSound( this ); in Finalize()735 NW_ASSERT( m_pExtSoundPlayer == NULL ); in AttachExternalSoundPlayer()737 m_pExtSoundPlayer = extPlayer; in AttachExternalSoundPlayer()752 NW_ASSERT( extPlayer == m_pExtSoundPlayer ); in DetachExternalSoundPlayer()755 m_pExtSoundPlayer = NULL; in DetachExternalSoundPlayer()
390 ExternalSoundPlayer* m_pExtSoundPlayer; variable