Home
last modified time | relevance | path

Searched refs:m_currTimerId (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource.cpp291 m_currTimerId(-1), in QNmeaSimulatedReader()
298 if (m_currTimerId > 0) in ~QNmeaSimulatedReader()
299 killTimer(m_currTimerId); in ~QNmeaSimulatedReader()
304 if (m_currTimerId > 0) // we are already reading in readAvailableData()
453 m_currTimerId = -1; in timerEvent()
472 m_currTimerId = startTimer(timeToNextUpdate); in processNextSentence()
H A Dqnmeapositioninfosource_p.h182 int m_currTimerId; variable