Searched refs:lastTimestamp (Results 1 – 6 of 6) sorted by relevance
75 lastTimestamp = 079 assert currentTimestamp >= lastTimestamp83 if lastTimestamp != 0:85 time.sleep((currentTimestamp-lastTimestamp)/1000000000)86 lastTimestamp = currentTimestamp
45 long lastTimestamp = preferences.getLastDailyLogTimestamp(); in setAlarm() local53 if (lastTimestamp == -1 || lastTimestamp < oneDayAgo.getTimeInMillis()) { in setAlarm()63 oneDayFromNow.setTimeInMillis(lastTimestamp); in setAlarm()
378 long lastTimestamp = UserParameters.getNextProvisionFailedStepTimeMills(mContext);380 if (lastTimestamp == 0) {381 lastTimestamp = Instant.now(mClock).toEpochMilli();388 nextTimestamp = lastTimestamp + delay.toMillis();
227 void HalCamera::requestNewFrame(sp<VirtualCamera> client, const int64_t lastTimestamp) { in requestNewFrame() argument230 req.timestamp = lastTimestamp; in requestNewFrame()
677 var lastTimestamp = -timeframe in rotaryHandler() variable684 if (lastTimestamp + timeframe <= it.timestamp) { in rotaryHandler()685 lastTimestamp = it.timestamp in rotaryHandler()
204 void HalCamera::requestNewFrame(std::shared_ptr<VirtualCamera> client, int64_t lastTimestamp) { in requestNewFrame() argument208 req.timestamp = lastTimestamp; in requestNewFrame()