Lines Matching refs:m_pSound
71 m_pSound = sound; in detail_AttachSoundAsTempHandle()
73 if ( m_pSound->IsAttachedTempGeneralHandle() ) in detail_AttachSoundAsTempHandle()
75 m_pSound->DetachTempGeneralHandle(); in detail_AttachSoundAsTempHandle()
77 m_pSound->m_pTempGeneralHandle = this; in detail_AttachSoundAsTempHandle()
93 m_pSound = sound; in detail_AttachSound()
95 if ( m_pSound->IsAttachedGeneralHandle() ) in detail_AttachSound()
97 m_pSound->DetachGeneralHandle(); in detail_AttachSound()
99 m_pSound->m_pGeneralHandle = this; in detail_AttachSound()
115 if ( m_pSound->m_pGeneralHandle == this ) in DetachSound()
117 m_pSound->m_pGeneralHandle = NULL; in DetachSound()
119 if ( m_pSound->m_pTempGeneralHandle == this ) in DetachSound()
121 m_pSound->m_pTempGeneralHandle = NULL; in DetachSound()
124 if ( m_pSound != NULL ) in DetachSound()
126 m_pSound = NULL; in DetachSound()