Lines Matching refs:mGnssLatencyInfoQueue

3910     if (0 == mGnssLatencyInfoQueue.size()) {  in logLatencyInfo()
3914 mGnssLatencyInfoQueue.front().hlosQtimer5 = getQTimerTickCount(); in logLatencyInfo()
3915 if (0 == mGnssLatencyInfoQueue.front().hlosQtimer3) { in logLatencyInfo()
3919 mGnssLatencyInfoQueue.front().hlosQtimer3 = mGnssLatencyInfoQueue.front().hlosQtimer2; in logLatencyInfo()
3921 if (0 == mGnssLatencyInfoQueue.front().hlosQtimer4) { in logLatencyInfo()
3925 mGnssLatencyInfoQueue.front().hlosQtimer4 = mGnssLatencyInfoQueue.front().hlosQtimer3; in logLatencyInfo()
3927 if (mGnssLatencyInfoQueue.front().hlosQtimer4 < mGnssLatencyInfoQueue.front().hlosQtimer3) { in logLatencyInfo()
3932 std::swap(mGnssLatencyInfoQueue.front().hlosQtimer3, in logLatencyInfo()
3933 mGnssLatencyInfoQueue.front().hlosQtimer4); in logLatencyInfo()
3950 mGnssLatencyInfoQueue.front().meQtimer1, mGnssLatencyInfoQueue.front().meQtimer2, in logLatencyInfo()
3951 mGnssLatencyInfoQueue.front().meQtimer3, mGnssLatencyInfoQueue.front().peQtimer1, in logLatencyInfo()
3952 mGnssLatencyInfoQueue.front().peQtimer2, mGnssLatencyInfoQueue.front().peQtimer3, in logLatencyInfo()
3953 mGnssLatencyInfoQueue.front().smQtimer1, mGnssLatencyInfoQueue.front().smQtimer2, in logLatencyInfo()
3954 mGnssLatencyInfoQueue.front().smQtimer3, mGnssLatencyInfoQueue.front().locMwQtimer, in logLatencyInfo()
3955 mGnssLatencyInfoQueue.front().hlosQtimer1, mGnssLatencyInfoQueue.front().hlosQtimer2, in logLatencyInfo()
3956 mGnssLatencyInfoQueue.front().hlosQtimer3, mGnssLatencyInfoQueue.front().hlosQtimer4, in logLatencyInfo()
3957 mGnssLatencyInfoQueue.front().hlosQtimer5); in logLatencyInfo()
3958 mLogger.log(mGnssLatencyInfoQueue.front()); in logLatencyInfo()
3959 mGnssLatencyInfoQueue.pop(); in logLatencyInfo()
3960 LOC_LOGv("mGnssLatencyInfoQueue.size after pop=%zu", mGnssLatencyInfoQueue.size()); in logLatencyInfo()
4073 mAdapter.mGnssLatencyInfoQueue.push(mGnssLatencyInfo); in reportLatencyInfoEvent()
4075 mAdapter.mGnssLatencyInfoQueue.size()); in reportLatencyInfoEvent()
4118 if (0 != mGnssLatencyInfoQueue.size()) { in reportEnginePositions()
4121 mGnssLatencyInfoQueue.front().hlosQtimer3 = getQTimerTickCount(); in reportEnginePositions()
4122 LOC_LOGv("SPE hlosQtimer3=%" PRIi64 " ", mGnssLatencyInfoQueue.front().hlosQtimer3); in reportEnginePositions()
4126 mGnssLatencyInfoQueue.front().hlosQtimer4 = getQTimerTickCount(); in reportEnginePositions()
4127 LOC_LOGv("PPE hlosQtimer4=%" PRIi64 " ", mGnssLatencyInfoQueue.front().hlosQtimer4); in reportEnginePositions()