Searched refs:mLastTime (Results 1 – 10 of 10) sorted by relevance
28 private long mLastTime = 0; field in ThroughputFilter61 mLastTime = 0; in onOpen()73 if (mLastTime == 0) { in onProcess()74 mLastTime = SystemClock.elapsedRealtime(); in onProcess()79 if ((curTime - mLastTime) >= (mPeriod * 1000)) { in onProcess()84 curTime - mLastTime, in onProcess()89 mLastTime = curTime; in onProcess()
36 private long mLastTime = 0; field in ThroughputFilter67 mLastTime = 0; in open()81 if (mLastTime == 0) { in process()82 mLastTime = SystemClock.elapsedRealtime(); in process()87 if ((curTime - mLastTime) >= (mPeriod * 1000)) { in process()97 mLastTime = curTime; in process()
39 private long mLastTime; field in UsageLogActivity45 mLastTime = System.currentTimeMillis() - USAGE_STATS_PERIOD; in onCreate()66 UsageEvents events = mUsageStatsManager.queryEvents(mLastTime, now); in run()69 mLastTime = lastEventTime + 1; in run()
69 private long mLastTime = Long.MIN_VALUE; field in DozeTestDream142 if (mLastTime == now) { in performTimeUpdate()146 mLastTime = now; in performTimeUpdate()
71 mLastTime(-1), in PLL()79 mLastTime = -1; in reset()265 if (mLastTime >= 0 in addSample()267 && (time > mLastTime + kMaxAllowedFrameSkip || time < mLastTime)) { in addSample()271 mLastTime = time; in addSample()
67 nsecs_t mLastTime; // last input time member
324 mLastTime = 0; in onSurfaceCreated()344 if (mLastTime == 0) in doPhysics()345 mLastTime = timestamp; in doPhysics()347 float deltaT = (timestamp - mLastTime)/1000000000.f; // To seconds in doPhysics()355 mLastTime = timestamp; in doPhysics()497 private long mLastTime; field in CamRenderer
134 private long mLastTime = 0; field in RequestThreadManager.FpsCounter147 if (mLastTime == 0) { in countFrame()148 mLastTime = nextTime; in countFrame()150 if (nextTime > mLastTime + NANO_PER_SECOND) { in countFrame()151 long elapsed = nextTime - mLastTime; in countFrame()154 mLastTime = nextTime; in countFrame()163 if (mLastTime > mLastPrintTime + 5 * NANO_PER_SECOND) { in staggeredLog()164 mLastPrintTime = mLastTime; in staggeredLog()
4117 private long mLastTime; field in ViewRootImpl.SyntheticTrackballHandler4122 if ((mLastTime + MAX_TRACKBALL_DELAY) < curTime) { in process()4127 mLastTime = curTime; in process()4217 mLastTime = curTime; in process()4222 mLastTime = Integer.MIN_VALUE; in cancel()
891 long mLastTime; field in BatteryStatsImpl.Timer916 mLastTime = 0; in Timer()937 mTotalTime = mLoadedTime = mLastTime = 0; in reset()1034 pw.println(prefix + "mLastTime=" + mLastTime in logState()1048 mLastTime = 0; in readSummaryFromParcelLocked()1286 return mLastTime + mLastAddedDuration - curTime; in computeOverage()