Home
last modified time | relevance | path

Searched refs:keepPlaying (Results 1 – 15 of 15) sorted by relevance

/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuSound.pas67 function PlaySound(snd: TSound; keepPlaying: boolean): boolean; in PlaySound()
68 function PlaySound(snd: TSound; keepPlaying: boolean; ignoreMask: boolean): boolean; in PlaySound()
69 function PlaySound(snd: TSound; keepPlaying, ignoreMask, soundAsMusic: boolean): boolean; in PlaySound()
71 function PlaySoundV(snd: TSound; voicepack: PVoicepack; keepPlaying: boolean): boolean; in PlaySoundV()
545 function PlaySound(snd: TSound; keepPlaying: boolean): boolean;
547 PlaySound:= PlaySoundV(snd, nil, keepPlaying, false, false);
550 function PlaySound(snd: TSound; keepPlaying: boolean; ignoreMask: boolean): boolean;
552 PlaySound:= PlaySoundV(snd, nil, keepPlaying, ignoreMask, false);
557 PlaySound:= PlaySoundV(snd, nil, keepPlaying, ignoreMask, soundAsMusic);
567 PlaySoundV:= PlaySoundV(snd, voicepack, keepPlaying, false, false);
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuSound.pas67 function PlaySound(snd: TSound; keepPlaying: boolean): boolean; in PlaySound()
68 function PlaySound(snd: TSound; keepPlaying: boolean; ignoreMask: boolean): boolean; in PlaySound()
69 function PlaySound(snd: TSound; keepPlaying, ignoreMask, soundAsMusic: boolean): boolean; in PlaySound()
71 function PlaySoundV(snd: TSound; voicepack: PVoicepack; keepPlaying: boolean): boolean; in PlaySoundV()
545 function PlaySound(snd: TSound; keepPlaying: boolean): boolean;
547 PlaySound:= PlaySoundV(snd, nil, keepPlaying, false, false);
550 function PlaySound(snd: TSound; keepPlaying: boolean; ignoreMask: boolean): boolean;
552 PlaySound:= PlaySoundV(snd, nil, keepPlaying, ignoreMask, false);
557 PlaySound:= PlaySoundV(snd, nil, keepPlaying, ignoreMask, soundAsMusic);
567 PlaySoundV:= PlaySoundV(snd, voicepack, keepPlaying, false, false);
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/sequencer/
H A DSequencerThread.cpp70 if (!seq.keepPlaying()) { in run()
90 if (!seq.keepPlaying()) { in run()
H A DRosegardenSequencer.h370 bool keepPlaying();
H A DRosegardenSequencer.cpp1237 RosegardenSequencer::keepPlaying() in keepPlaying() function in Rosegarden::RosegardenSequencer
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc2637 bool keepPlaying = true; in DoRenderThread() local
2753 while (keepPlaying) { in DoRenderThread()
2758 keepPlaying = false; in DoRenderThread()
2770 while (keepPlaying) { in DoRenderThread()
2886 if (keepPlaying) { in DoRenderThread()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_device/win/
H A Daudio_device_core_win.cc2689 bool keepPlaying = true; in DoRenderThread() local
2805 while (keepPlaying) { in DoRenderThread()
2810 keepPlaying = false; in DoRenderThread()
2826 while (keepPlaying) { in DoRenderThread()
2942 if (keepPlaying) { in DoRenderThread()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc2648 bool keepPlaying = true; in DoRenderThread() local
2764 while (keepPlaying) { in DoRenderThread()
2769 keepPlaying = false; in DoRenderThread()
2781 while (keepPlaying) { in DoRenderThread()
2897 if (keepPlaying) { in DoRenderThread()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc2810 bool keepPlaying = true; in DoRenderThread() local
2926 while (keepPlaying) { in DoRenderThread()
2931 keepPlaying = false; in DoRenderThread()
2943 while (keepPlaying) { in DoRenderThread()
3059 if (keepPlaying) { in DoRenderThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc2648 bool keepPlaying = true; in DoRenderThread() local
2764 while (keepPlaying) { in DoRenderThread()
2769 keepPlaying = false; in DoRenderThread()
2781 while (keepPlaying) { in DoRenderThread()
2897 if (keepPlaying) { in DoRenderThread()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc2810 bool keepPlaying = true; in DoRenderThread() local
2926 while (keepPlaying) { in DoRenderThread()
2931 keepPlaying = false; in DoRenderThread()
2943 while (keepPlaying) { in DoRenderThread()
3059 if (keepPlaying) { in DoRenderThread()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc2810 bool keepPlaying = true; in DoRenderThread() local
2926 while (keepPlaying) { in DoRenderThread()
2931 keepPlaying = false; in DoRenderThread()
2943 while (keepPlaying) { in DoRenderThread()
3059 if (keepPlaying) { in DoRenderThread()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc3377 bool keepPlaying = true; in DoRenderThread() local
3493 while (keepPlaying) in DoRenderThread()
3500 keepPlaying = false; in DoRenderThread()
3512 while (keepPlaying) in DoRenderThread()
3638 if (keepPlaying) in DoRenderThread()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc3378 bool keepPlaying = true;
3494 while (keepPlaying)
3501 keepPlaying = false;
3513 while (keepPlaying)
3639 if (keepPlaying)
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DVehicle.cpp1159 bool keepPlaying = false; in vehicle_sounds_update() local
1164 keepPlaying = true; in vehicle_sounds_update()
1169 if (keepPlaying) in vehicle_sounds_update()