Home
last modified time | relevance | path

Searched refs:StartResult (Results 1 – 8 of 8) 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()
89 StartResult result = detail_SetupSound( in StartSound()
97 StartResult result2( StartResult::START_SUCCESS ); in StartSound()
112 SoundStartable::StartResult SoundStartable::StartSound( in StartSound()
121 StartResult result( StartResult::START_ERR_INVALID_LABEL_STRING ); in StartSound()
138 SoundStartable::StartResult SoundStartable::HoldSound( in HoldSound()
147 StartResult result( StartResult::START_SUCCESS ); in HoldSound()
151 StartResult result = detail_SetupSound( in HoldSound()
160 StartResult result2( StartResult::START_SUCCESS ); in HoldSound()
[all …]
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()
852 return StartResult::START_ERR_INVALID_PARAMETER; in detail_SetupSoundImpl()
859 return StartResult::START_ERR_LOW_PRIORITY; in detail_SetupSoundImpl()
862 return StartResult::START_ERR_LOW_PRIORITY; in detail_SetupSoundImpl()
888 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.cpp117 SoundStartable::StartResult Sound3DActor::SetupSound( in SetupSound()
126 return StartResult( StartResult::START_ERR_NOT_AVAILABLE ); in SetupSound()
170 SoundStartable::StartResult result = SoundActor::detail_SetupSoundWithAmbientInfo( in SetupSound()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundStartable.h63 class StartResult
97 StartResult() : m_Code( START_ERR_UNKNOWN ) {} in StartResult() function
100 StartResult( ResultCode code ) : m_Code( code ) {} in StartResult() function
373 StartResult StartSound(
410 StartResult StartSound(
444 StartResult HoldSound(
479 StartResult HoldSound(
515 StartResult PrepareSound(
552 StartResult PrepareSound(
560 virtual StartResult detail_SetupSound(
Dsnd_SoundArchivePlayer.h473 StartResult detail_SetupSoundImpl(
500 virtual StartResult detail_SetupSound(
518 StartResult PrepareSequenceSoundImpl(
527 StartResult PrepareStreamSoundImpl(
535 StartResult PrepareWaveSoundImpl(
Dsnd_SoundActor.h250 virtual SoundStartable::StartResult SetupSound(
455 virtual SoundStartable::StartResult detail_SetupSoundWithAmbientInfo(
464 virtual SoundStartable::StartResult detail_SetupSound(
Dsnd_Sound3DActor.h272 virtual SoundStartable::StartResult SetupSound(