![]() |
Qt 6.x
The Qt SDK
|
#include "qqnxmediaeventthread_p.h"
#include <QtCore/QDebug>
#include <errno.h>
#include <mm/renderer/types.h>
#include <sys/neutrino.h>
#include "moc_qqnxmediaeventthread_p.cpp"
Go to the source code of this file.
Functions | |
int | mmr_event_arm (mmr_context_t *ctxt, struct sigevent const *sev) |
Variables | |
static QT_BEGIN_NAMESPACE const int | c_mmrCode = _PULSE_CODE_MINAVAIL + 0 |
static const int | c_readCode = _PULSE_CODE_MINAVAIL + 1 |
static const int | c_quitCode = _PULSE_CODE_MINAVAIL + 2 |
int mmr_event_arm | ( | mmr_context_t * | ctxt, |
struct sigevent const * | sev | ||
) |
|
static |
Definition at line 21 of file qqnxmediaeventthread.cpp.
Referenced by QQnxMediaEventThread::QQnxMediaEventThread(), and QQnxMediaEventThread::run().
|
static |
Definition at line 23 of file qqnxmediaeventthread.cpp.
|
static |
Definition at line 22 of file qqnxmediaeventthread.cpp.
Referenced by QQnxMediaEventThread::run(), and QQnxMediaEventThread::signalRead().