Searched refs:mLastFix (Results 1 – 2 of 2) sorted by relevance
213 mLastFix = mFirstFix - mMinInterval; in setPositionMode()320 if (!isWarmedUpLocked(now) || (now < mFirstFix) || (now < (mLastFix + mMinInterval))) { in onGnssLocationCb()347 mLastFix = now; in onGnssLocationCb()
107 Clock::time_point mLastFix; // protected by mMtx member