Lines Matching refs:StartResult
733 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()
889 result( SoundStartable::StartResult::START_ERR_NOT_ENOUGH_INSTANCE ); in detail_SetupSoundImpl()
910 SoundStartable::StartResult in detail_SetupSoundImpl()
911 result( SoundStartable::StartResult::START_ERR_NOT_ENOUGH_INSTANCE ); in detail_SetupSoundImpl()
932 SoundStartable::StartResult in detail_SetupSoundImpl()
933 result( SoundStartable::StartResult::START_ERR_NOT_ENOUGH_INSTANCE ); in detail_SetupSoundImpl()
941 SoundStartable::StartResult in detail_SetupSoundImpl()
942 result( SoundStartable::StartResult::START_ERR_INVALID_SOUNDID ); in detail_SetupSoundImpl()
951 SoundStartable::StartResult in detail_SetupSoundImpl()
952 result( SoundStartable::StartResult::START_ERR_UNKNOWN ); in detail_SetupSoundImpl()
973 SoundStartable::StartResult in detail_SetupSoundImpl()
974 result( SoundStartable::StartResult::START_ERR_INVALID_SOUNDID ); in detail_SetupSoundImpl()
992 StartResult result = PrepareSequenceSoundImpl( in detail_SetupSoundImpl()
1016 SoundStartable::StartResult in detail_SetupSoundImpl()
1017 result( SoundStartable::StartResult::START_ERR_INVALID_SOUNDID ); in detail_SetupSoundImpl()
1022 StartResult result = PrepareStreamSoundImpl( in detail_SetupSoundImpl()
1048 SoundStartable::StartResult in detail_SetupSoundImpl()
1049 result( SoundStartable::StartResult::START_ERR_INVALID_SOUNDID ); in detail_SetupSoundImpl()
1054 StartResult result = PrepareWaveSoundImpl( in detail_SetupSoundImpl()
1073 return StartResult::START_ERR_INVALID_SOUNDID; in detail_SetupSoundImpl()
1083 return StartResult::START_ERR_UNKNOWN; in detail_SetupSoundImpl()
1102 SoundStartable::StartResult in detail_SetupSoundImpl()
1103 result( SoundStartable::StartResult::START_SUCCESS ); in detail_SetupSoundImpl()
1119 SoundStartable::StartResult SoundArchivePlayer::PrepareSequenceSoundImpl( in PrepareSequenceSoundImpl()
1151 SoundStartable::StartResult result( in PrepareSequenceSoundImpl()
1152 SoundStartable::StartResult::START_ERR_INVALID_SEQ_START_LOCATION_LABEL ); in PrepareSequenceSoundImpl()
1182 SoundStartable::StartResult result( in PrepareSequenceSoundImpl()
1183 SoundStartable::StartResult::START_ERR_NOT_SEQ_LOADED ); in PrepareSequenceSoundImpl()
1222 SoundStartable::StartResult result( in PrepareSequenceSoundImpl()
1223 SoundStartable::StartResult::START_ERR_NOT_BANK_LOADED ); in PrepareSequenceSoundImpl()
1242 SoundStartable::StartResult result( in PrepareSequenceSoundImpl()
1243 SoundStartable::StartResult::START_ERR_NOT_WARC_LOADED ); in PrepareSequenceSoundImpl()
1307 SoundStartable::StartResult startResult( in PrepareSequenceSoundImpl()
1308 SoundStartable::StartResult::START_ERR_NOT_ENOUGH_PLAYER_HEAP ); in PrepareSequenceSoundImpl()
1322 SoundStartable::StartResult startResult( in PrepareSequenceSoundImpl()
1323 SoundStartable::StartResult::START_SUCCESS ); in PrepareSequenceSoundImpl()
1339 SoundStartable::StartResult SoundArchivePlayer::PrepareStreamSoundImpl( in PrepareStreamSoundImpl()
1368 SoundStartable::StartResult result( in PrepareStreamSoundImpl()
1369 SoundStartable::StartResult::START_ERR_NOT_ENOUGH_INSTANCE ); in PrepareStreamSoundImpl()
1382 SoundStartable::StartResult result( in PrepareStreamSoundImpl()
1383 SoundStartable::StartResult::START_ERR_NOT_ENOUGH_INSTANCE ); in PrepareStreamSoundImpl()
1402 SoundStartable::StartResult result( in PrepareStreamSoundImpl()
1403 SoundStartable::StartResult::START_ERR_UNKNOWN ); in PrepareStreamSoundImpl()
1447 SoundStartable::StartResult result( in PrepareStreamSoundImpl()
1448 SoundStartable::StartResult::START_ERR_CANNOT_OPEN_FILE ); in PrepareStreamSoundImpl()
1461 SoundStartable::StartResult startResult( in PrepareStreamSoundImpl()
1462 SoundStartable::StartResult::START_SUCCESS ); in PrepareStreamSoundImpl()
1479 SoundStartable::StartResult SoundArchivePlayer::PrepareWaveSoundImpl( in PrepareWaveSoundImpl()
1502 SoundStartable::StartResult result( in PrepareWaveSoundImpl()
1503 SoundStartable::StartResult::START_ERR_NOT_WSD_LOADED ); in PrepareWaveSoundImpl()
1519 SoundStartable::StartResult result( in PrepareWaveSoundImpl()
1520 SoundStartable::StartResult::START_ERR_NOT_WARC_LOADED ); in PrepareWaveSoundImpl()
1578 SoundStartable::StartResult startResult( in PrepareWaveSoundImpl()
1579 SoundStartable::StartResult::START_SUCCESS ); in PrepareWaveSoundImpl()