Lines Matching refs:mGnssLatencyInfoQueue

3902     if (0 == mGnssLatencyInfoQueue.size()) {  in logLatencyInfo()
3906 mGnssLatencyInfoQueue.front().hlosQtimer5 = getQTimerTickCount(); in logLatencyInfo()
3907 if (0 == mGnssLatencyInfoQueue.front().hlosQtimer3) { in logLatencyInfo()
3911 mGnssLatencyInfoQueue.front().hlosQtimer3 = mGnssLatencyInfoQueue.front().hlosQtimer2; in logLatencyInfo()
3913 if (0 == mGnssLatencyInfoQueue.front().hlosQtimer4) { in logLatencyInfo()
3917 mGnssLatencyInfoQueue.front().hlosQtimer4 = mGnssLatencyInfoQueue.front().hlosQtimer3; in logLatencyInfo()
3919 if (mGnssLatencyInfoQueue.front().hlosQtimer4 < mGnssLatencyInfoQueue.front().hlosQtimer3) { in logLatencyInfo()
3924 std::swap(mGnssLatencyInfoQueue.front().hlosQtimer3, in logLatencyInfo()
3925 mGnssLatencyInfoQueue.front().hlosQtimer4); in logLatencyInfo()
3942 mGnssLatencyInfoQueue.front().meQtimer1, mGnssLatencyInfoQueue.front().meQtimer2, in logLatencyInfo()
3943 mGnssLatencyInfoQueue.front().meQtimer3, mGnssLatencyInfoQueue.front().peQtimer1, in logLatencyInfo()
3944 mGnssLatencyInfoQueue.front().peQtimer2, mGnssLatencyInfoQueue.front().peQtimer3, in logLatencyInfo()
3945 mGnssLatencyInfoQueue.front().smQtimer1, mGnssLatencyInfoQueue.front().smQtimer2, in logLatencyInfo()
3946 mGnssLatencyInfoQueue.front().smQtimer3, mGnssLatencyInfoQueue.front().locMwQtimer, in logLatencyInfo()
3947 mGnssLatencyInfoQueue.front().hlosQtimer1, mGnssLatencyInfoQueue.front().hlosQtimer2, in logLatencyInfo()
3948 mGnssLatencyInfoQueue.front().hlosQtimer3, mGnssLatencyInfoQueue.front().hlosQtimer4, in logLatencyInfo()
3949 mGnssLatencyInfoQueue.front().hlosQtimer5); in logLatencyInfo()
3950 mLogger.log(mGnssLatencyInfoQueue.front()); in logLatencyInfo()
3951 mGnssLatencyInfoQueue.pop(); in logLatencyInfo()
3952 LOC_LOGv("mGnssLatencyInfoQueue.size after pop=%zu", mGnssLatencyInfoQueue.size()); in logLatencyInfo()
4065 mAdapter.mGnssLatencyInfoQueue.push(mGnssLatencyInfo); in reportLatencyInfoEvent()
4067 mAdapter.mGnssLatencyInfoQueue.size()); in reportLatencyInfoEvent()
4110 if (0 != mGnssLatencyInfoQueue.size()) { in reportEnginePositions()
4113 mGnssLatencyInfoQueue.front().hlosQtimer3 = getQTimerTickCount(); in reportEnginePositions()
4114 LOC_LOGv("SPE hlosQtimer3=%" PRIi64 " ", mGnssLatencyInfoQueue.front().hlosQtimer3); in reportEnginePositions()
4118 mGnssLatencyInfoQueue.front().hlosQtimer4 = getQTimerTickCount(); in reportEnginePositions()
4119 LOC_LOGv("PPE hlosQtimer4=%" PRIi64 " ", mGnssLatencyInfoQueue.front().hlosQtimer4); in reportEnginePositions()