Home
last modified time | relevance | path

Searched defs:sound (Results 1 – 11 of 11) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundHandle.cpp47 internal::BasicSound* sound = handle->detail_GetAttachedSound(); in detail_DuplicateHandle() local
65 void SoundHandle::detail_AttachSoundAsTempHandle( internal::BasicSound* sound ) in detail_AttachSoundAsTempHandle()
87 void SoundHandle::detail_AttachSound( internal::BasicSound* sound ) in detail_AttachSound()
Dsnd_SequenceSoundHandle.cpp42 internal::SequenceSound* sound = in SequenceSoundHandle() local
61 void SequenceSoundHandle::detail_AttachSoundAsTempHandle( internal::SequenceSound* sound ) in detail_AttachSoundAsTempHandle()
Dsnd_WaveSoundHandle.cpp32 internal::WaveSound* sound = in WaveSoundHandle() local
51 void WaveSoundHandle::detail_AttachSoundAsTempHandle( internal::WaveSound* sound ) in detail_AttachSoundAsTempHandle()
Dsnd_ExternalSoundPlayer.cpp130 bool ExternalSoundPlayer::AppendSound( internal::BasicSound* sound ) in AppendSound()
184 void ExternalSoundPlayer::RemoveSound( internal::BasicSound* sound ) in RemoveSound()
227 internal::BasicSound* sound = NULL; in GetLowestPrioritySound() local
Dsnd_PlayerHeap.cpp166 void PlayerHeap::AttachSound( BasicSound* sound ) in AttachSound()
183 void PlayerHeap::DetachSound( BasicSound* sound ) in DetachSound()
Dsnd_StreamSoundHandle.cpp31 internal::StreamSound* sound = in StreamSoundHandle() local
Dsnd_SoundArchivePlayer.cpp696 Sound* sound = manager->Alloc( priority, ambientPriority ); in AllocSound() local
852 internal::BasicSound* sound = NULL; in detail_SetupSoundImpl() local
1103 internal::SequenceSound* sound, in PrepareSeqImpl()
1401 internal::StreamSound* sound, in PrepareStreamImpl()
1541 internal::WaveSound* sound, in PrepareWaveSoundImpl()
1610 internal::BasicSound* sound, in UpdateCommonSoundParam()
Dsnd_Sound3DActor.cpp241 void Sound3DActor::detail_UpdateAmbientArg( void* arg, const internal::BasicSound* sound ) in detail_UpdateAmbientArg()
Dsnd_Sound3DManager.cpp269 void Sound3DManager::detail_FreeAmbientArg( void* arg, const internal::BasicSound* sound ) in detail_FreeAmbientArg()
Dsnd_SequenceSound.cpp215 SequenceSound* sound = static_cast<SequenceSound*>( userData ); in NotifyLoadAsyncEndSeqData() local
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundInstanceManager.h78 Sound* sound = new( ptr ) Sound( *this ); in Create() local
127 Sound* sound = NULL; in Alloc() local
176 void Free( Sound* sound ) in Free()
199 void UpdatePriority( Sound* sound, int priority ) in UpdatePriority()
284 void InsertPriorityList( Sound* sound, int priority ) in InsertPriorityList()
295 void RemovePriorityList( Sound* sound ) { m_PriorityList.Erase( sound ); } in RemovePriorityList()