Searched refs:m_pSoundPlayer (Results 1 – 2 of 2) sorted by relevance
64 m_pSoundPlayer = NULL; in Initialize()194 m_pSoundPlayer->detail_FreePlayerHeap( this ); in Finalize()198 if ( m_pSoundPlayer != NULL ) m_pSoundPlayer->detail_RemoveSound( this ); in Finalize()683 NW_ASSERT( m_pSoundPlayer == NULL ); in AttachSoundPlayer()685 m_pSoundPlayer = player; in AttachSoundPlayer()700 NW_ASSERT( player == m_pSoundPlayer ); in DetachSoundPlayer()703 m_pSoundPlayer = NULL; in DetachSoundPlayer()818 if ( m_pSoundPlayer != NULL ) in SetPlayerPriority()820 m_pSoundPlayer->detail_SortPriorityList( this ); in SetPlayerPriority()
345 SoundPlayer* GetSoundPlayer() { return m_pSoundPlayer; } in GetSoundPlayer()346 const SoundPlayer* GetSoundPlayer() const { return m_pSoundPlayer; } in GetSoundPlayer()411 SoundPlayer* m_pSoundPlayer; variable