Home
last modified time | relevance | path

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

/cts/tests/sensor/jni/
DSensorTestCases.cpp210 int64_t lastTimestamp = 0; in testDirectReport() local
214 ASSERT_GT(e.timestamp, lastTimestamp); in testDirectReport()
237 lastTimestamp = e.timestamp; in testDirectReport()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java121 int lastTimestamp = mMarkerTimeStamp.size() - 1; in calculateTimeRemaining() local
122 timeRemaining = System.currentTimeMillis() - mMarkerTimeStamp.get(lastTimestamp); in calculateTimeRemaining()