![]() |
Qt 6.x
The Qt SDK
|
#include <qeglfskmseventreader_p.h>
Collaboration diagram for QEglFSKmsEventReader:Public Member Functions | |
| ~QEglFSKmsEventReader () | |
| void | create (QEglFSKmsDevice *device) |
| void | destroy () |
| void | startWaitFlip (void *key, QMutex *mutex, QWaitCondition *cond) |
Definition at line 57 of file qeglfskmseventreader_p.h.
| QEglFSKmsEventReader::~QEglFSKmsEventReader | ( | ) |
Definition at line 133 of file qeglfskmseventreader.cpp.
References destroy().
Here is the call graph for this function:| void QEglFSKmsEventReader::create | ( | QEglFSKmsDevice * | device | ) |
Definition at line 138 of file qeglfskmseventreader.cpp.
References destroy(), device, QEglFSKmsEventReaderThread::eventHost(), QKmsDevice::fd(), QObject::moveToThread(), qCDebug, and QThread::start().
Referenced by QEglFSKmsGbmDevice::open().
Here is the call graph for this function:
Here is the caller graph for this function:| void QEglFSKmsEventReader::destroy | ( | ) |
Definition at line 158 of file qeglfskmseventreader.cpp.
References qCDebug, QThread::quit(), and QThread::wait().
Referenced by ~QEglFSKmsEventReader(), QEglFSKmsGbmDevice::close(), and create().
Here is the call graph for this function:
Here is the caller graph for this function:| void QEglFSKmsEventReader::startWaitFlip | ( | void * | key, |
| QMutex * | mutex, | ||
| QWaitCondition * | cond | ||
| ) |
Definition at line 175 of file qeglfskmseventreader.cpp.
References QEglFSKmsEventReaderThread::eventHost(), mutex, and QCoreApplication::postEvent().
Referenced by QEglFSKmsGbmScreen::waitForFlipWithEventReader().
Here is the call graph for this function:
Here is the caller graph for this function: