Home
last modified time | relevance | path

Searched refs:SoundStartable (Results 1 – 13 of 13) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundStartable.cpp27 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()
Dsnd_SoundArchivePlayer.cpp733 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 …]
Dsnd_SoundActor.cpp189 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()
Dsnd_AnimEventPlayer.cpp81 SoundStartable& starter, in StartEvent()
108 SoundStartable& starter, in HoldEvent()
Dsnd_Sound3DActor.cpp117 SoundStartable::StartResult Sound3DActor::SetupSound( in SetupSound()
170 SoundStartable::StartResult result = SoundActor::detail_SetupSoundWithAmbientInfo( in SetupSound()
Dsnd_AnimSoundImpl.cpp30 SoundStartable& starter, in AnimSoundImpl()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundActor.h69 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
Dsnd_AnimEventPlayer.h28 class SoundStartable; variable
59 SoundStartable& starter,
63 SoundStartable& starter,
Dsnd_AnimSoundImpl.h29 class SoundStartable; variable
66 SoundStartable& starter,
117 SoundStartable& m_Starter;
Dsnd_SoundArchivePlayer.h70 class SoundArchivePlayer : public SoundStartable
522 SoundStartable::StartInfo::StartOffsetType startOffsetType,
531 SoundStartable::StartInfo::StartOffsetType startOffsetType,
539 SoundStartable::StartInfo::StartOffsetType startOffsetType,
Dsnd_AnimSound.h34 class SoundStartable; variable
171 TAnimSound( SoundStartable& starter ) in TAnimSound()
Dsnd_SoundStartable.h44 class SoundStartable
336 virtual ~SoundStartable() {}; in ~SoundStartable()
Dsnd_Sound3DActor.h272 virtual SoundStartable::StartResult SetupSound(