Home
last modified time | relevance | path

Searched refs:m_device (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqnmeasatelliteinfosource.cpp113 QPointer<QIODevice> m_device; member in QNmeaSatelliteInfoSourcePrivate
288 if (m_device->bytesAvailable()) { in startUpdates()
289 if (m_device->isSequential()) in startUpdates()
290 m_device->readAll(); in startUpdates()
292 m_device->seek(m_device->bytesAvailable()); in startUpdates()
367 if (m_device && m_device->bytesAvailable()) in sourceDataClosed()
379 while (m_device->canReadLine()) { in readAvailableData()
381 qint64 size = m_device->readLine(buf, sizeof(buf)); in readAvailableData()
423 if (!m_device) { in openSourceDevice()
428 if (!m_device->isOpen() && !m_device->open(QIODevice::ReadOnly)) { in openSourceDevice()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource.cpp190 while (m_proxy->m_device->canReadLine()) { in readAvailableData()
198 qint64 size = m_proxy->m_device->readLine(buf, sizeof(buf)); in readAvailableData()
308 Q_ASSERT(m_proxy->m_device && (m_proxy->m_device->openMode() & QIODevice::ReadOnly)); in readAvailableData()
338 while (m_nextLine.size() || (m_proxy->m_device && m_proxy->m_device->bytesAvailable() > 0)) { in processSentence()
350 size = m_proxy->m_device->readLine(buf, sizeof(static_buf)); in processSentence()
482 m_device(0), in QNmeaPositionInfoSourcePrivate()
506 if (!m_device) { in openSourceDevice()
511 if (!m_device->isOpen() && !m_device->open(QIODevice::ReadOnly)) { in openSourceDevice()
516 connect(m_device, SIGNAL(aboutToClose()), SLOT(sourceDataClosed())); in openSourceDevice()
517 connect(m_device, SIGNAL(readChannelFinished()), SLOT(sourceDataClosed())); in openSourceDevice()
[all …]
H A Dqnmeapositioninfosource_p.h94 QPointer<QIODevice> m_device; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/gypsy/
H A Dqgeosatelliteinfosource_gypsy.cpp144 …m_engine(0), m_satellite(0), m_device(0), m_requestTimer(this), m_updatesOngoing(false), m_request… in QGeoSatelliteInfoSourceGypsy()
159 if (m_device) { in ~QGeoSatelliteInfoSourceGypsy()
160 m_engine->eng_gypsy_device_stop (m_device, &error); in ~QGeoSatelliteInfoSourceGypsy()
161 g_object_unref(m_device); in ~QGeoSatelliteInfoSourceGypsy()
259 m_device = m_engine->eng_gypsy_device_new (path); in init()
262 if (!m_device || !m_satellite) { in init()
266 if (m_device) in init()
267 g_object_unref(m_device); in init()
272 m_engine->eng_gypsy_device_start (m_device, &error); in init()
277 g_object_unref(m_device); in init()
[all …]
H A Dqgeosatelliteinfosource_gypsy_p.h133 GypsyDevice *m_device;
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0021-linuxfbdrm-Delay-setMode-to-swapBuffers.patch71 m_device->createScreens();
73 m_device->createFramebuffers();
75 - m_device->setMode();
77 QLinuxFbDevice::Output *output(m_device->output(0));
H A D0028-linuxfbdrm-Support-setting-screen-size-and-display-r.patch23 m_device(nullptr),
51 QLinuxFbDevice::Output *output(m_device->output(0));
90 QLinuxFbDevice *m_device;
H A D0014-linuxfb-Support-rotate.patch40 - m_device(nullptr)
41 + m_device(nullptr),
56 QLinuxFbDevice::Output *output(m_device->output(0));
98 QLinuxFbDevice *m_device;
H A D0013-linuxfb-Use-triple-buffer-by-default.patch116 m_device(nullptr)
123 + m_device->waitForFlip(output);
H A D0016-HACK-linuxfb-Support-direct-painting.patch245 m_device->swapBuffers(output);
248 + if (count_down || m_rotation || m_device->outputCount() > 1) {
/OK3568_Linux_fs/external/rkupdate/
H A DRKDevice.cpp94 m_device = device.emDeviceType; in CRKDevice()
454 if ((ENUM_RKDEVICE_TYPE)(*pValue) == m_device) in CheckChip()
516 if (curDeviceType == m_device) in CheckChip()
524 …->Record(_T("ERROR:CheckChip-->Chip is not match,firmware(0x%x),device(0x%x)"), m_device, *pValue); in CheckChip()
H A DRKDevice.h187 ENUM_RKDEVICE_TYPE m_device;
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qt5-plugin-generic-vboxtouch/
H A D0001-VirtualboxTouchScreenHandler-initialize-m_mouse.patch68 - : QObject(parent), m_fd(-1), m_notifier(0), m_device(0), m_failures(0),
69 + : QObject(parent), m_fd(-1), m_notifier(0), m_device(0), m_failures(0), m_mouse(0),