Searched refs:StartResult (Results 1 – 8 of 8) sorted by relevance
25 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 …]
719 SoundStartable::StartResult SoundArchivePlayer::detail_SetupSound( in detail_SetupSound()749 SoundStartable::StartResult SoundArchivePlayer::detail_SetupSoundImpl( in detail_SetupSoundImpl()762 SoundStartable::StartResult in detail_SetupSoundImpl()763 result( SoundStartable::StartResult::START_ERR_NOT_AVAILABLE ); in detail_SetupSoundImpl()776 SoundStartable::StartResult in detail_SetupSoundImpl()777 result( SoundStartable::StartResult::START_ERR_INVALID_SOUNDID ); in detail_SetupSoundImpl()838 return StartResult::START_ERR_INVALID_PARAMETER; in detail_SetupSoundImpl()845 return StartResult::START_ERR_LOW_PRIORITY; in detail_SetupSoundImpl()848 return StartResult::START_ERR_LOW_PRIORITY; in detail_SetupSoundImpl()874 SoundStartable::StartResult in detail_SetupSoundImpl()[all …]
189 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()
115 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()
61 class StartResult95 StartResult() : m_Code( START_ERR_UNKNOWN ) {} in StartResult() function98 StartResult( ResultCode code ) : m_Code( code ) {} in StartResult() function371 StartResult StartSound(408 StartResult StartSound(442 StartResult HoldSound(477 StartResult HoldSound(513 StartResult PrepareSound(550 StartResult PrepareSound(558 virtual StartResult detail_SetupSound(
437 StartResult detail_SetupSoundImpl(464 virtual StartResult detail_SetupSound(482 StartResult PrepareSeqImpl(491 StartResult PrepareStreamImpl(499 StartResult PrepareWaveSoundImpl(
242 virtual SoundStartable::StartResult SetupSound(447 virtual SoundStartable::StartResult detail_SetupSoundWithAmbientInfo(456 virtual SoundStartable::StartResult detail_SetupSound(
270 virtual SoundStartable::StartResult SetupSound(