Lines Matching refs:StartResult

731 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()
887 result( SoundStartable::StartResult::START_ERR_NOT_ENOUGH_INSTANCE ); in detail_SetupSoundImpl()
908 SoundStartable::StartResult in detail_SetupSoundImpl()
909 result( SoundStartable::StartResult::START_ERR_NOT_ENOUGH_INSTANCE ); in detail_SetupSoundImpl()
930 SoundStartable::StartResult in detail_SetupSoundImpl()
931 result( SoundStartable::StartResult::START_ERR_NOT_ENOUGH_INSTANCE ); in detail_SetupSoundImpl()
939 SoundStartable::StartResult in detail_SetupSoundImpl()
940 result( SoundStartable::StartResult::START_ERR_INVALID_SOUNDID ); in detail_SetupSoundImpl()
949 SoundStartable::StartResult in detail_SetupSoundImpl()
950 result( SoundStartable::StartResult::START_ERR_UNKNOWN ); in detail_SetupSoundImpl()
971 SoundStartable::StartResult in detail_SetupSoundImpl()
972 result( SoundStartable::StartResult::START_ERR_INVALID_SOUNDID ); in detail_SetupSoundImpl()
990 StartResult result = PrepareSequenceSoundImpl( in detail_SetupSoundImpl()
1014 SoundStartable::StartResult in detail_SetupSoundImpl()
1015 result( SoundStartable::StartResult::START_ERR_INVALID_SOUNDID ); in detail_SetupSoundImpl()
1020 StartResult result = PrepareStreamSoundImpl( in detail_SetupSoundImpl()
1046 SoundStartable::StartResult in detail_SetupSoundImpl()
1047 result( SoundStartable::StartResult::START_ERR_INVALID_SOUNDID ); in detail_SetupSoundImpl()
1052 StartResult result = PrepareWaveSoundImpl( in detail_SetupSoundImpl()
1071 return StartResult::START_ERR_INVALID_SOUNDID; in detail_SetupSoundImpl()
1081 return StartResult::START_ERR_UNKNOWN; in detail_SetupSoundImpl()
1100 SoundStartable::StartResult in detail_SetupSoundImpl()
1101 result( SoundStartable::StartResult::START_SUCCESS ); in detail_SetupSoundImpl()
1117 SoundStartable::StartResult SoundArchivePlayer::PrepareSequenceSoundImpl( in PrepareSequenceSoundImpl()
1149 SoundStartable::StartResult result( in PrepareSequenceSoundImpl()
1150 SoundStartable::StartResult::START_ERR_INVALID_SEQ_START_LOCATION_LABEL ); in PrepareSequenceSoundImpl()
1180 SoundStartable::StartResult result( in PrepareSequenceSoundImpl()
1181 SoundStartable::StartResult::START_ERR_NOT_SEQ_LOADED ); in PrepareSequenceSoundImpl()
1220 SoundStartable::StartResult result( in PrepareSequenceSoundImpl()
1221 SoundStartable::StartResult::START_ERR_NOT_BANK_LOADED ); in PrepareSequenceSoundImpl()
1240 SoundStartable::StartResult result( in PrepareSequenceSoundImpl()
1241 SoundStartable::StartResult::START_ERR_NOT_WARC_LOADED ); in PrepareSequenceSoundImpl()
1305 SoundStartable::StartResult startResult( in PrepareSequenceSoundImpl()
1306 SoundStartable::StartResult::START_ERR_NOT_ENOUGH_PLAYER_HEAP ); in PrepareSequenceSoundImpl()
1320 SoundStartable::StartResult startResult( in PrepareSequenceSoundImpl()
1321 SoundStartable::StartResult::START_SUCCESS ); in PrepareSequenceSoundImpl()
1337 SoundStartable::StartResult SoundArchivePlayer::PrepareStreamSoundImpl( in PrepareStreamSoundImpl()
1366 SoundStartable::StartResult result( in PrepareStreamSoundImpl()
1367 SoundStartable::StartResult::START_ERR_NOT_ENOUGH_INSTANCE ); in PrepareStreamSoundImpl()
1380 SoundStartable::StartResult result( in PrepareStreamSoundImpl()
1381 SoundStartable::StartResult::START_ERR_NOT_ENOUGH_INSTANCE ); in PrepareStreamSoundImpl()
1400 SoundStartable::StartResult result( in PrepareStreamSoundImpl()
1401 SoundStartable::StartResult::START_ERR_UNKNOWN ); in PrepareStreamSoundImpl()
1445 SoundStartable::StartResult result( in PrepareStreamSoundImpl()
1446 SoundStartable::StartResult::START_ERR_CANNOT_OPEN_FILE ); in PrepareStreamSoundImpl()
1459 SoundStartable::StartResult startResult( in PrepareStreamSoundImpl()
1460 SoundStartable::StartResult::START_SUCCESS ); in PrepareStreamSoundImpl()
1477 SoundStartable::StartResult SoundArchivePlayer::PrepareWaveSoundImpl( in PrepareWaveSoundImpl()
1500 SoundStartable::StartResult result( in PrepareWaveSoundImpl()
1501 SoundStartable::StartResult::START_ERR_NOT_WSD_LOADED ); in PrepareWaveSoundImpl()
1517 SoundStartable::StartResult result( in PrepareWaveSoundImpl()
1518 SoundStartable::StartResult::START_ERR_NOT_WARC_LOADED ); in PrepareWaveSoundImpl()
1576 SoundStartable::StartResult startResult( in PrepareWaveSoundImpl()
1577 SoundStartable::StartResult::START_SUCCESS ); in PrepareWaveSoundImpl()