Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 )

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