Home
last modified time | relevance | path

Searched refs:lastTimestamp (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/input/tests/
DTfLiteMotionPredictor_test.cpp57 ASSERT_EQ(buffers.lastTimestamp(), 1); in TEST()
60 ASSERT_EQ(buffers.lastTimestamp(), 2); in TEST()
69 ASSERT_EQ(buffers.lastTimestamp(), 3); in TEST()
77 ASSERT_EQ(buffers.lastTimestamp(), 4); in TEST()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DCallQualityMetrics.java366 int lastTimestamp = 0; in getTotalGoodAndBadQualityTimeMs() local
370 int timeSinceLastSnapshot = snapshot.mTimestampMs - lastTimestamp; in getTotalGoodAndBadQualityTimeMs()
376 lastTimestamp = snapshot.mTimestampMs; in getTotalGoodAndBadQualityTimeMs()
/frameworks/base/cmds/incidentd/src/
DSection.cpp601 log_time lastTimestamp(0); in BlockingCall() local
624 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()
/frameworks/native/include/input/
DTfLiteMotionPredictor.h83 int64_t lastTimestamp() const { return mTimestamp; } in lastTimestamp() function
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DCpuPowerStatsCollectorTest.java442 long lastTimestamp = invocation.getArgument(2); in mockKernelCpuStats()
447 assertThat(lastTimestamp / 1000000L).isEqualTo(expectedLastUpdateTimestampMs); in mockKernelCpuStats()
/frameworks/base/packages/CredentialManager/horologist/src/com/google/android/horologist/compose/rotaryinput/
DRotary.kt835 var lastTimestamp = -timeframe in batchRequestsWithinTimeframe() variable
842 if (lastTimestamp + timeframe <= it.timestamp) { in batchRequestsWithinTimeframe()
843 lastTimestamp = it.timestamp in batchRequestsWithinTimeframe()
/frameworks/native/libs/input/
DMotionPredictor.cpp261 int64_t predictionTime = mBuffers->lastTimestamp(); in predict()
/frameworks/base/media/java/android/media/
DWebVttRenderer.java497 long lastTimestamp = -1; in appendLinesToBuilder() local
502 if (span.mTimestampMs != lastTimestamp) { in appendLinesToBuilder()
507 lastTimestamp = span.mTimestampMs; in appendLinesToBuilder()