Searched refs:lastTimestamp (Results 1 – 10 of 10) 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()
205 static uint64_t lastTimestamp = 0; in validateAudioDataEvent() local206 bool timestampValid = data->timestamp > lastTimestamp; in validateAudioDataEvent()207 lastTimestamp = data->timestamp; in validateAudioDataEvent()
366 int lastTimestamp = 0; in getTotalGoodAndBadQualityTimeMs() local370 int timeSinceLastSnapshot = snapshot.mTimestampMs - lastTimestamp; in getTotalGoodAndBadQualityTimeMs()376 lastTimestamp = snapshot.mTimestampMs; in getTotalGoodAndBadQualityTimeMs()
601 log_time lastTimestamp(0); in BlockingCall() local624 lastTimestamp.tv_sec = msg.entry.sec; in BlockingCall()625 lastTimestamp.tv_nsec = msg.entry.nsec; in BlockingCall()687 lastTimestamp.tv_sec = entry.tv_sec; in BlockingCall()688 lastTimestamp.tv_nsec = entry.tv_nsec; in BlockingCall()712 gLastLogsRetrieved[mLogID] = lastTimestamp; in BlockingCall()
556 int64_t lastTimestamp = 0; in testDirectReportOperation() local579 EXPECT_GT(e.timestamp, lastTimestamp) << (timestampErrorReported = true, in testDirectReportOperation()582 lastTimestamp = e.timestamp; in testDirectReportOperation()
237 const int64_t lastTimestamp) { in requestNewFrame() argument240 req.timestamp = lastTimestamp; in requestNewFrame()
497 long lastTimestamp = -1; in appendLinesToBuilder() local502 if (span.mTimestampMs != lastTimestamp) { in appendLinesToBuilder()507 lastTimestamp = span.mTimestampMs; in appendLinesToBuilder()
618 OMX_S64 base_timestamp = 0, lastTimestamp = 0; in fbd_thread() local671 if (pBuffer->nTimeStamp != (lastTimestamp + timestampInterval)) in fbd_thread()674 pBuffer->nTimeStamp, lastTimestamp + timestampInterval); in fbd_thread()676 lastTimestamp = pBuffer->nTimeStamp; in fbd_thread()
740 OMX_S64 base_timestamp = 0, lastTimestamp = 0; in fbd_thread() local799 if (pBuffer->nTimeStamp != (lastTimestamp + timestampInterval)) { in fbd_thread()801 pBuffer->nTimeStamp, lastTimestamp + timestampInterval); in fbd_thread()803 lastTimestamp = pBuffer->nTimeStamp; in fbd_thread()