Searched refs:m_pSoundPlayer (Results 1 – 2 of 2) sorted by relevance
62 m_pSoundPlayer = NULL; in Initialize()182 m_pSoundPlayer->detail_FreePlayerHeap( this ); in Finalize()186 if ( m_pSoundPlayer != NULL ) m_pSoundPlayer->detail_RemoveSound( this ); in Finalize()665 NW_ASSERT( m_pSoundPlayer == NULL ); in AttachSoundPlayer()667 m_pSoundPlayer = player; in AttachSoundPlayer()682 NW_ASSERT( player == m_pSoundPlayer ); in DetachSoundPlayer()685 m_pSoundPlayer = NULL; in DetachSoundPlayer()800 if ( m_pSoundPlayer != NULL ) in SetPlayerPriority()802 m_pSoundPlayer->detail_SortPriorityList( this ); in SetPlayerPriority()
322 SoundPlayer* GetSoundPlayer() { return m_pSoundPlayer; } in GetSoundPlayer()323 const SoundPlayer* GetSoundPlayer() const { return m_pSoundPlayer; } in GetSoundPlayer()388 SoundPlayer* m_pSoundPlayer; variable