Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dqtwin.cpp82 static QSocketNotifier * g_SoundNotifier = 0; variable
487 if (g_SoundNotifier == 0) in dataReceived()
489 g_SoundNotifier = new QSocketNotifier(g_dsp_fd, QSocketNotifier::Write, in dataReceived()
491 g_MW->connect(g_SoundNotifier, SIGNAL(activated(int)), g_MW, in dataReceived()
496 if (!g_SoundNotifier->isEnabled()) in dataReceived()
498 g_SoundNotifier->setEnabled(true); in dataReceived()
509 g_SoundNotifier->setEnabled(false); in soundSend()
513 g_SoundNotifier->setEnabled(true); in soundSend()
H A Dqtewin.cpp80 static QSocketNotifier * g_SoundNotifier = 0; variable
1218 if (g_SoundNotifier == 0) in dataReceived()
1220 g_SoundNotifier = new QSocketNotifier(g_dsp_fd, QSocketNotifier::Write, in dataReceived()
1222 g_MW->connect(g_SoundNotifier, SIGNAL(activated(int)), g_MW, in dataReceived()
1227 if (!g_SoundNotifier->isEnabled()) in dataReceived()
1228 g_SoundNotifier->setEnabled(true); in dataReceived()
1238 g_SoundNotifier->setEnabled(false); in soundSend()
1242 g_SoundNotifier->setEnabled(true); in soundSend()