Lines Matching refs:mTimeAndClock
4819 if(!reports.mTimeAndClock.empty() && reports.mTimeAndClock.back().mTimeValid) { in getDebugReport()
4822 (((int64_t)(reports.mTimeAndClock.back().mGpsWeek)*7 + in getDebugReport()
4824 (int64_t)(reports.mTimeAndClock.back().mLeapSeconds))*1000ULL + in getDebugReport()
4825 (int64_t)(reports.mTimeAndClock.back().mGpsTowMs); in getDebugReport()
4827 if (reports.mTimeAndClock.back().mTimeUncNs > 0) { in getDebugReport()
4830 (float)(reports.mTimeAndClock.back().mLeapSecUnc)*1000.0f + in getDebugReport()
4831 (float)(reports.mTimeAndClock.back().mTimeUncNs); in getDebugReport()
4835 ((float)(reports.mTimeAndClock.back().mTimeUnc) + in getDebugReport()
4836 (float)(reports.mTimeAndClock.back().mLeapSecUnc))*1000.0f; in getDebugReport()
4840 (float)(reports.mTimeAndClock.back().mClockFreqBiasUnc); in getDebugReport()
4871 if ((!reports.mRfAndParams.empty()) && (!reports.mTimeAndClock.empty()) && in getAgcInformation()
4872 (abs(msInWeek - (int)reports.mTimeAndClock.back().mGpsTowMs) < 2000)) { in getAgcInformation()
4926 if ((!reports.mRfAndParams.empty()) && (!reports.mTimeAndClock.empty()) && in getDataInformation()
4927 (abs(msInWeek - (int)reports.mTimeAndClock.back().mGpsTowMs) < 2000)) { in getDataInformation()