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