Searched refs:detail_GetAttachedSound (Results 1 – 10 of 10) sorted by relevance
626 internal::WaveSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function629 const internal::WaveSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
627 internal::BasicSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function629 const internal::BasicSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
766 internal::StreamSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function769 const internal::StreamSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
1041 internal::SequenceSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound() function1044 const internal::SequenceSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound() function
144 handle->detail_GetAttachedSound()->SetAutoStopCounter( 1 ); in HoldSound()157 handle->detail_GetAttachedSound()->SetAutoStopCounter( 1 ); in HoldSound()
178 handle->detail_GetAttachedSound()->SetPanCurve( PAN_CURVE_SINCOS ); in SetupSound()264 handle.detail_GetAttachedSound()->ClearAmbientArgUpdateCallback(); in ClearUpdateCallback()
43 ut::DynamicCast<internal::SequenceSound*>( handle->detail_GetAttachedSound() ); in SequenceSoundHandle()
32 ut::DynamicCast<internal::StreamSound*>( pHandle->detail_GetAttachedSound() ); in StreamSoundHandle()
33 ut::DynamicCast<internal::WaveSound*>( handle->detail_GetAttachedSound() ); in WaveSoundHandle()
47 internal::BasicSound* sound = handle->detail_GetAttachedSound(); in detail_DuplicateHandle()