Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqnxmediaeventthread.cpp File Reference
#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 
)

Referenced by QQnxMediaEventThread::run().

+ Here is the caller graph for this function:

Variable Documentation

◆ c_mmrCode

QT_BEGIN_NAMESPACE const int c_mmrCode = _PULSE_CODE_MINAVAIL + 0
static

◆ c_quitCode

const int c_quitCode = _PULSE_CODE_MINAVAIL + 2
static

Definition at line 23 of file qqnxmediaeventthread.cpp.

◆ c_readCode

const int c_readCode = _PULSE_CODE_MINAVAIL + 1
static