Searched refs:m_pSoundPlayer (Results 1 – 2 of 2) sorted by relevance
62 m_pSoundPlayer = NULL; in Initialize()193 m_pSoundPlayer->detail_FreePlayerHeap( this ); in Finalize()197 if ( m_pSoundPlayer != NULL ) m_pSoundPlayer->detail_RemoveSound( this ); in Finalize()676 NW_ASSERT( m_pSoundPlayer == NULL ); in AttachSoundPlayer()678 m_pSoundPlayer = player; in AttachSoundPlayer()693 NW_ASSERT( player == m_pSoundPlayer ); in DetachSoundPlayer()696 m_pSoundPlayer = NULL; in DetachSoundPlayer()811 if ( m_pSoundPlayer != NULL ) in SetPlayerPriority()813 m_pSoundPlayer->detail_SortPriorityList( this ); in SetPlayerPriority()
343 SoundPlayer* GetSoundPlayer() { return m_pSoundPlayer; } in GetSoundPlayer()344 const SoundPlayer* GetSoundPlayer() const { return m_pSoundPlayer; } in GetSoundPlayer()409 SoundPlayer* m_pSoundPlayer; variable