Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqnxmediaeventthread.cpp File Reference

(17a98404f2b19a04e5aad742b944be123750d3c0)

#include "qqnxmediaeventthread_p.h"
#include <QtCore/QDebug>
#include <errno.h>
#include <mm/renderer/types.h>
#include <sys/neutrino.h>
#include "moc_qqnxmediaeventthread_p.cpp"
Include dependency graph for qqnxmediaeventthread.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

Function Documentation

◆ mmr_event_arm()

int mmr_event_arm ( mmr_context_t * ctxt,
struct sigevent const * sev )

Variable Documentation

◆ c_mmrCode

QT_BEGIN_NAMESPACE const int c_mmrCode = _PULSE_CODE_MINAVAIL + 0
static

Definition at line 21 of file qqnxmediaeventthread.cpp.

◆ c_quitCode

const int c_quitCode = _PULSE_CODE_MINAVAIL + 2
static

Definition at line 23 of file qqnxmediaeventthread.cpp.

Referenced by QQnxMediaEventThread::run().

◆ c_readCode

const int c_readCode = _PULSE_CODE_MINAVAIL + 1
static

Definition at line 22 of file qqnxmediaeventthread.cpp.

Referenced by QQnxMediaEventThread::run().