Home
last modified time | relevance | path

Searched defs:IsSongPlaying (Results 1 – 10 of 10) sorted by relevance

/dports/games/openttd/openttd-12.1/src/music/
H A Dbemidi.cpp58 bool MusicDriver_BeMidi::IsSongPlaying() in IsSongPlaying() function in MusicDriver_BeMidi
H A Dallegro_m.cpp78 bool MusicDriver_Allegro::IsSongPlaying() in IsSongPlaying() function in MusicDriver_Allegro
H A Dnull_m.h26 bool IsSongPlaying() override { return true; } in IsSongPlaying() function
H A Dos2_m.cpp76 bool MusicDriver_OS2::IsSongPlaying() in IsSongPlaying() function in MusicDriver_OS2
H A Dextmidi.cpp102 bool MusicDriver_ExtMidi::IsSongPlaying() in IsSongPlaying() function in MusicDriver_ExtMidi
H A Dcocoa_m.cpp93 bool MusicDriver_Cocoa::IsSongPlaying() in IsSongPlaying() function in MusicDriver_Cocoa
H A Dfluidsynth.cpp178 bool MusicDriver_FluidSynth::IsSongPlaying() in IsSongPlaying() function in MusicDriver_FluidSynth
H A Dwin32_m.cpp354 bool MusicDriver_Win32::IsSongPlaying() in IsSongPlaying() function in MusicDriver_Win32
H A Ddmusic.cpp1230 bool MusicDriver_DMusic::IsSongPlaying() in IsSongPlaying() function in MusicDriver_DMusic
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/
H A DPlugInterface.h156 virtual bool IsSongPlaying() const { return m_isSongPlaying; } in IsSongPlaying() function