Searched refs:SoundStartable (Results 1 – 13 of 13) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_SoundStartable.cpp | 27 const char* SoundStartable::detail_ConvertStartResultToString( SoundStartable::StartResult startRes… 83 SoundStartable::StartResult SoundStartable::StartSound( in StartSound() 112 SoundStartable::StartResult SoundStartable::StartSound( in StartSound() 138 SoundStartable::StartResult SoundStartable::HoldSound( in HoldSound() 175 SoundStartable::StartResult SoundStartable::HoldSound( in HoldSound() 201 SoundStartable::StartResult SoundStartable::PrepareSound( in PrepareSound() 226 SoundStartable::StartResult SoundStartable::PrepareSound( in PrepareSound()
|
| D | snd_SoundArchivePlayer.cpp | 733 SoundStartable::StartResult SoundArchivePlayer::detail_SetupSound( in detail_SetupSound() 763 SoundStartable::StartResult SoundArchivePlayer::detail_SetupSoundImpl( in detail_SetupSoundImpl() 776 SoundStartable::StartResult in detail_SetupSoundImpl() 777 result( SoundStartable::StartResult::START_ERR_NOT_AVAILABLE ); in detail_SetupSoundImpl() 790 SoundStartable::StartResult in detail_SetupSoundImpl() 791 result( SoundStartable::StartResult::START_ERR_INVALID_SOUNDID ); in detail_SetupSoundImpl() 796 SoundStartable::StartInfo::StartOffsetType startOffsetType = in detail_SetupSoundImpl() 797 SoundStartable::StartInfo::START_OFFSET_TYPE_MILLISEC; in detail_SetupSoundImpl() 802 const SoundStartable::StartInfo::SeqSoundInfo* seqInfo = NULL; in detail_SetupSoundImpl() 888 SoundStartable::StartResult in detail_SetupSoundImpl() [all …]
|
| D | snd_SoundActor.cpp | 189 SoundStartable::StartResult SoundActor::SetupSound( in SetupSound() 192 const SoundStartable::StartInfo* startInfo, in SetupSound() 199 return SoundStartable::StartResult::START_ERR_ACTOR_NOT_INITIALIZED; in SetupSound() 216 SoundStartable::StartResult SoundActor::detail_SetupSoundWithAmbientInfo( in detail_SetupSoundWithAmbientInfo() 219 const SoundStartable::StartInfo* startInfo, in detail_SetupSoundWithAmbientInfo() 227 return SoundStartable::StartResult::START_ERR_ACTOR_NOT_INITIALIZED; in detail_SetupSoundWithAmbientInfo() 254 SoundStartable::StartResult SoundActor::detail_SetupSound( in detail_SetupSound() 258 const SoundStartable::StartInfo* startInfo in detail_SetupSound()
|
| D | snd_AnimEventPlayer.cpp | 81 SoundStartable& starter, in StartEvent() 108 SoundStartable& starter, in HoldEvent()
|
| D | snd_Sound3DActor.cpp | 117 SoundStartable::StartResult Sound3DActor::SetupSound( in SetupSound() 170 SoundStartable::StartResult result = SoundActor::detail_SetupSoundWithAmbientInfo( in SetupSound()
|
| D | snd_AnimSoundImpl.cpp | 30 SoundStartable& starter, in AnimSoundImpl()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_SoundActor.h | 69 class SoundActor : public SoundStartable 250 virtual SoundStartable::StartResult SetupSound( 253 const SoundStartable::StartInfo* startInfo, 455 virtual SoundStartable::StartResult detail_SetupSoundWithAmbientInfo( 458 const SoundStartable::StartInfo* startInfo, 464 virtual SoundStartable::StartResult detail_SetupSound( 468 const SoundStartable::StartInfo* startInfo
|
| D | snd_AnimEventPlayer.h | 28 class SoundStartable; variable 59 SoundStartable& starter, 63 SoundStartable& starter,
|
| D | snd_AnimSoundImpl.h | 29 class SoundStartable; variable 66 SoundStartable& starter, 117 SoundStartable& m_Starter;
|
| D | snd_SoundArchivePlayer.h | 70 class SoundArchivePlayer : public SoundStartable 522 SoundStartable::StartInfo::StartOffsetType startOffsetType, 531 SoundStartable::StartInfo::StartOffsetType startOffsetType, 539 SoundStartable::StartInfo::StartOffsetType startOffsetType,
|
| D | snd_AnimSound.h | 34 class SoundStartable; variable 171 TAnimSound( SoundStartable& starter ) in TAnimSound()
|
| D | snd_SoundStartable.h | 44 class SoundStartable 336 virtual ~SoundStartable() {}; in ~SoundStartable()
|
| D | snd_Sound3DActor.h | 272 virtual SoundStartable::StartResult SetupSound(
|