Lines Matching refs:mGnssLatencyInfoQueue

3911     if (0 == mGnssLatencyInfoQueue.size()) {  in logLatencyInfo()
3915 mGnssLatencyInfoQueue.front().hlosQtimer5 = getQTimerTickCount(); in logLatencyInfo()
3916 if (0 == mGnssLatencyInfoQueue.front().hlosQtimer3) { in logLatencyInfo()
3920 mGnssLatencyInfoQueue.front().hlosQtimer3 = mGnssLatencyInfoQueue.front().hlosQtimer2; in logLatencyInfo()
3922 if (0 == mGnssLatencyInfoQueue.front().hlosQtimer4) { in logLatencyInfo()
3926 mGnssLatencyInfoQueue.front().hlosQtimer4 = mGnssLatencyInfoQueue.front().hlosQtimer3; in logLatencyInfo()
3928 if (mGnssLatencyInfoQueue.front().hlosQtimer4 < mGnssLatencyInfoQueue.front().hlosQtimer3) { in logLatencyInfo()
3933 std::swap(mGnssLatencyInfoQueue.front().hlosQtimer3, in logLatencyInfo()
3934 mGnssLatencyInfoQueue.front().hlosQtimer4); in logLatencyInfo()
3951 mGnssLatencyInfoQueue.front().meQtimer1, mGnssLatencyInfoQueue.front().meQtimer2, in logLatencyInfo()
3952 mGnssLatencyInfoQueue.front().meQtimer3, mGnssLatencyInfoQueue.front().peQtimer1, in logLatencyInfo()
3953 mGnssLatencyInfoQueue.front().peQtimer2, mGnssLatencyInfoQueue.front().peQtimer3, in logLatencyInfo()
3954 mGnssLatencyInfoQueue.front().smQtimer1, mGnssLatencyInfoQueue.front().smQtimer2, in logLatencyInfo()
3955 mGnssLatencyInfoQueue.front().smQtimer3, mGnssLatencyInfoQueue.front().locMwQtimer, in logLatencyInfo()
3956 mGnssLatencyInfoQueue.front().hlosQtimer1, mGnssLatencyInfoQueue.front().hlosQtimer2, in logLatencyInfo()
3957 mGnssLatencyInfoQueue.front().hlosQtimer3, mGnssLatencyInfoQueue.front().hlosQtimer4, in logLatencyInfo()
3958 mGnssLatencyInfoQueue.front().hlosQtimer5); in logLatencyInfo()
3959 mLogger.log(mGnssLatencyInfoQueue.front()); in logLatencyInfo()
3960 mGnssLatencyInfoQueue.pop(); in logLatencyInfo()
3961 LOC_LOGv("mGnssLatencyInfoQueue.size after pop=%zu", mGnssLatencyInfoQueue.size()); in logLatencyInfo()
4074 mAdapter.mGnssLatencyInfoQueue.push(mGnssLatencyInfo); in reportLatencyInfoEvent()
4076 mAdapter.mGnssLatencyInfoQueue.size()); in reportLatencyInfoEvent()
4119 if (0 != mGnssLatencyInfoQueue.size()) { in reportEnginePositions()
4122 mGnssLatencyInfoQueue.front().hlosQtimer3 = getQTimerTickCount(); in reportEnginePositions()
4123 LOC_LOGv("SPE hlosQtimer3=%" PRIi64 " ", mGnssLatencyInfoQueue.front().hlosQtimer3); in reportEnginePositions()
4127 mGnssLatencyInfoQueue.front().hlosQtimer4 = getQTimerTickCount(); in reportEnginePositions()
4128 LOC_LOGv("PPE hlosQtimer4=%" PRIi64 " ", mGnssLatencyInfoQueue.front().hlosQtimer4); in reportEnginePositions()