Lines Matching refs:mGnssLatencyInfoQueue

3903     if (0 == mGnssLatencyInfoQueue.size()) {  in logLatencyInfo()
3907 mGnssLatencyInfoQueue.front().hlosQtimer5 = getQTimerTickCount(); in logLatencyInfo()
3908 if (0 == mGnssLatencyInfoQueue.front().hlosQtimer3) { in logLatencyInfo()
3912 mGnssLatencyInfoQueue.front().hlosQtimer3 = mGnssLatencyInfoQueue.front().hlosQtimer2; in logLatencyInfo()
3914 if (0 == mGnssLatencyInfoQueue.front().hlosQtimer4) { in logLatencyInfo()
3918 mGnssLatencyInfoQueue.front().hlosQtimer4 = mGnssLatencyInfoQueue.front().hlosQtimer3; in logLatencyInfo()
3920 if (mGnssLatencyInfoQueue.front().hlosQtimer4 < mGnssLatencyInfoQueue.front().hlosQtimer3) { in logLatencyInfo()
3925 std::swap(mGnssLatencyInfoQueue.front().hlosQtimer3, in logLatencyInfo()
3926 mGnssLatencyInfoQueue.front().hlosQtimer4); in logLatencyInfo()
3943 mGnssLatencyInfoQueue.front().meQtimer1, mGnssLatencyInfoQueue.front().meQtimer2, in logLatencyInfo()
3944 mGnssLatencyInfoQueue.front().meQtimer3, mGnssLatencyInfoQueue.front().peQtimer1, in logLatencyInfo()
3945 mGnssLatencyInfoQueue.front().peQtimer2, mGnssLatencyInfoQueue.front().peQtimer3, in logLatencyInfo()
3946 mGnssLatencyInfoQueue.front().smQtimer1, mGnssLatencyInfoQueue.front().smQtimer2, in logLatencyInfo()
3947 mGnssLatencyInfoQueue.front().smQtimer3, mGnssLatencyInfoQueue.front().locMwQtimer, in logLatencyInfo()
3948 mGnssLatencyInfoQueue.front().hlosQtimer1, mGnssLatencyInfoQueue.front().hlosQtimer2, in logLatencyInfo()
3949 mGnssLatencyInfoQueue.front().hlosQtimer3, mGnssLatencyInfoQueue.front().hlosQtimer4, in logLatencyInfo()
3950 mGnssLatencyInfoQueue.front().hlosQtimer5); in logLatencyInfo()
3951 mLogger.log(mGnssLatencyInfoQueue.front()); in logLatencyInfo()
3952 mGnssLatencyInfoQueue.pop(); in logLatencyInfo()
3953 LOC_LOGv("mGnssLatencyInfoQueue.size after pop=%zu", mGnssLatencyInfoQueue.size()); in logLatencyInfo()
4066 mAdapter.mGnssLatencyInfoQueue.push(mGnssLatencyInfo); in reportLatencyInfoEvent()
4068 mAdapter.mGnssLatencyInfoQueue.size()); in reportLatencyInfoEvent()
4111 if (0 != mGnssLatencyInfoQueue.size()) { in reportEnginePositions()
4114 mGnssLatencyInfoQueue.front().hlosQtimer3 = getQTimerTickCount(); in reportEnginePositions()
4115 LOC_LOGv("SPE hlosQtimer3=%" PRIi64 " ", mGnssLatencyInfoQueue.front().hlosQtimer3); in reportEnginePositions()
4119 mGnssLatencyInfoQueue.front().hlosQtimer4 = getQTimerTickCount(); in reportEnginePositions()
4120 LOC_LOGv("PPE hlosQtimer4=%" PRIi64 " ", mGnssLatencyInfoQueue.front().hlosQtimer4); in reportEnginePositions()