| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/ |
| H A D | qnmeasatelliteinfosource.cpp | 113 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 D | qnmeapositioninfosource.cpp | 190 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 D | qnmeapositioninfosource_p.h | 94 QPointer<QIODevice> m_device; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/gypsy/ |
| H A D | qgeosatelliteinfosource_gypsy.cpp | 144 …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 D | qgeosatelliteinfosource_gypsy_p.h | 133 GypsyDevice *m_device;
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0021-linuxfbdrm-Delay-setMode-to-swapBuffers.patch | 71 m_device->createScreens(); 73 m_device->createFramebuffers(); 75 - m_device->setMode(); 77 QLinuxFbDevice::Output *output(m_device->output(0));
|
| H A D | 0028-linuxfbdrm-Support-setting-screen-size-and-display-r.patch | 23 m_device(nullptr), 51 QLinuxFbDevice::Output *output(m_device->output(0)); 90 QLinuxFbDevice *m_device;
|
| H A D | 0014-linuxfb-Support-rotate.patch | 40 - m_device(nullptr) 41 + m_device(nullptr), 56 QLinuxFbDevice::Output *output(m_device->output(0)); 98 QLinuxFbDevice *m_device;
|
| H A D | 0013-linuxfb-Use-triple-buffer-by-default.patch | 116 m_device(nullptr) 123 + m_device->waitForFlip(output);
|
| H A D | 0016-HACK-linuxfb-Support-direct-painting.patch | 245 m_device->swapBuffers(output); 248 + if (count_down || m_rotation || m_device->outputCount() > 1) {
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKDevice.cpp | 94 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 D | RKDevice.h | 187 ENUM_RKDEVICE_TYPE m_device;
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qt5-plugin-generic-vboxtouch/ |
| H A D | 0001-VirtualboxTouchScreenHandler-initialize-m_mouse.patch | 68 - : 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),
|