Home
last modified time | relevance | path

Searched refs:StartResult (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundStartable.cpp25 const char* SoundStartable::detail_ConvertStartResultToString( SoundStartable::StartResult startRes…
81 SoundStartable::StartResult SoundStartable::StartSound( in StartSound()
87 StartResult result = detail_SetupSound( in StartSound()
95 StartResult result2( StartResult::START_SUCCESS ); in StartSound()
110 SoundStartable::StartResult SoundStartable::StartSound( in StartSound()
119 StartResult result( StartResult::START_ERR_INVALID_LABEL_STRING ); in StartSound()
136 SoundStartable::StartResult SoundStartable::HoldSound( in HoldSound()
145 StartResult result( StartResult::START_SUCCESS ); in HoldSound()
149 StartResult result = detail_SetupSound( in HoldSound()
158 StartResult result2( StartResult::START_SUCCESS ); in HoldSound()
[all …]
Dsnd_SoundArchivePlayer.cpp731 SoundStartable::StartResult SoundArchivePlayer::detail_SetupSound( in detail_SetupSound()
761 SoundStartable::StartResult SoundArchivePlayer::detail_SetupSoundImpl( in detail_SetupSoundImpl()
774 SoundStartable::StartResult in detail_SetupSoundImpl()
775 result( SoundStartable::StartResult::START_ERR_NOT_AVAILABLE ); in detail_SetupSoundImpl()
788 SoundStartable::StartResult in detail_SetupSoundImpl()
789 result( SoundStartable::StartResult::START_ERR_INVALID_SOUNDID ); in detail_SetupSoundImpl()
850 return StartResult::START_ERR_INVALID_PARAMETER; in detail_SetupSoundImpl()
857 return StartResult::START_ERR_LOW_PRIORITY; in detail_SetupSoundImpl()
860 return StartResult::START_ERR_LOW_PRIORITY; in detail_SetupSoundImpl()
886 SoundStartable::StartResult in detail_SetupSoundImpl()
[all …]
Dsnd_SoundActor.cpp189 SoundStartable::StartResult SoundActor::SetupSound( in SetupSound()
199 return SoundStartable::StartResult::START_ERR_ACTOR_NOT_INITIALIZED; in SetupSound()
216 SoundStartable::StartResult SoundActor::detail_SetupSoundWithAmbientInfo( in detail_SetupSoundWithAmbientInfo()
227 return SoundStartable::StartResult::START_ERR_ACTOR_NOT_INITIALIZED; in detail_SetupSoundWithAmbientInfo()
254 SoundStartable::StartResult SoundActor::detail_SetupSound( in detail_SetupSound()
Dsnd_Sound3DActor.cpp115 SoundStartable::StartResult Sound3DActor::SetupSound( in SetupSound()
124 return StartResult( StartResult::START_ERR_NOT_AVAILABLE ); in SetupSound()
168 SoundStartable::StartResult result = SoundActor::detail_SetupSoundWithAmbientInfo( in SetupSound()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundStartable.h61 class StartResult
95 StartResult() : m_Code( START_ERR_UNKNOWN ) {} in StartResult() function
98 StartResult( ResultCode code ) : m_Code( code ) {} in StartResult() function
371 StartResult StartSound(
408 StartResult StartSound(
442 StartResult HoldSound(
477 StartResult HoldSound(
513 StartResult PrepareSound(
550 StartResult PrepareSound(
558 virtual StartResult detail_SetupSound(
Dsnd_SoundArchivePlayer.h445 StartResult detail_SetupSoundImpl(
472 virtual StartResult detail_SetupSound(
490 StartResult PrepareSequenceSoundImpl(
499 StartResult PrepareStreamSoundImpl(
507 StartResult PrepareWaveSoundImpl(
Dsnd_SoundActor.h242 virtual SoundStartable::StartResult SetupSound(
447 virtual SoundStartable::StartResult detail_SetupSoundWithAmbientInfo(
456 virtual SoundStartable::StartResult detail_SetupSound(
Dsnd_Sound3DActor.h270 virtual SoundStartable::StartResult SetupSound(