Home
last modified time | relevance | path

Searched refs:mGnssLatencyInfoQueue (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.cpp3910 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()
[all …]
DGnssAdapter.h281 std::queue<GnssLatencyInfo> mGnssLatencyInfoQueue; variable
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.cpp3911 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()
[all …]
DGnssAdapter.h281 std::queue<GnssLatencyInfo> mGnssLatencyInfoQueue; variable