Home
last modified time | relevance | path

Searched refs:AUDIO_STREAM_STATE_STOPPED (Results 1 – 5 of 5) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/audio/
H A Daudio_defines.h72 AUDIO_STREAM_STATE_STOPPED, enumerator
/dports/games/retroarch/RetroArch-1.9.7/tasks/
H A Dtask_audio_mixer.c115 params.state = AUDIO_STREAM_STATE_STOPPED; in task_audio_mixer_handle_upload_ogg()
179 params.state = AUDIO_STREAM_STATE_STOPPED; in task_audio_mixer_handle_upload_flac()
243 params.state = AUDIO_STREAM_STATE_STOPPED; in task_audio_mixer_handle_upload_mp3()
307 params.state = AUDIO_STREAM_STATE_STOPPED; in task_audio_mixer_handle_upload_mod()
372 params.state = AUDIO_STREAM_STATE_STOPPED; in task_audio_mixer_handle_upload_wav()
/dports/games/retroarch/RetroArch-1.9.7/menu/cbs/
H A Dmenu_cbs_ok.c2545 case AUDIO_STREAM_STATE_STOPPED: in action_ok_mixer_stream_action_play()
2565 case AUDIO_STREAM_STATE_STOPPED: in action_ok_mixer_stream_action_play_looped()
2585 case AUDIO_STREAM_STATE_STOPPED: in action_ok_mixer_stream_action_play_sequential()
2608 case AUDIO_STREAM_STATE_STOPPED: in action_ok_mixer_stream_action_remove()
2630 case AUDIO_STREAM_STATE_STOPPED: in action_ok_mixer_stream_action_stop()
H A Dmenu_cbs_sublabel.c1181 case AUDIO_STREAM_STATE_STOPPED: in action_bind_sublabel_audio_mixer_stream()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c10894 bool ret = (res == AUDIO_STREAM_STATE_NONE) || (res == AUDIO_STREAM_STATE_STOPPED); in is_ai_service_speech_running()
29314 p_rarch->audio_mixer_streams[i].state = AUDIO_STREAM_STATE_STOPPED; in audio_mixer_menu_stop_cb()
29361 == AUDIO_STREAM_STATE_STOPPED) in audio_mixer_play_stop_sequential_cb()
29525 case AUDIO_STREAM_STATE_STOPPED: in audio_driver_mixer_play_stream_internal()
29738 case AUDIO_STREAM_STATE_STOPPED: in audio_driver_mixer_stop_stream()
29749 p_rarch->audio_mixer_streams[i].state = AUDIO_STREAM_STATE_STOPPED; in audio_driver_mixer_stop_stream()
29770 case AUDIO_STREAM_STATE_STOPPED: in audio_driver_mixer_remove_stream()