Home
last modified time | relevance | path

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

/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daudio_player_dsound.cpp52 class DirectSoundPlayerThread final : public wxThread { class
58 DirectSoundPlayerThread(DirectSoundPlayer *parent);
59 ~DirectSoundPlayerThread();
65 friend class DirectSoundPlayerThread;
81 DirectSoundPlayerThread *thread = nullptr;
259 thread = new DirectSoundPlayerThread(this); in Play()
308 DirectSoundPlayerThread::DirectSoundPlayerThread(DirectSoundPlayer *par) : wxThread(wxTHREAD_JOINAB… in DirectSoundPlayerThread() function in __anon9b5750f40111::DirectSoundPlayerThread
313 DirectSoundPlayerThread::~DirectSoundPlayerThread() { in ~DirectSoundPlayerThread()
317 wxThread::ExitCode DirectSoundPlayerThread::Entry() { in Entry()
364 void DirectSoundPlayerThread::Stop() { in Stop()