Searched refs:lastTimestamp (Results 1 – 5 of 5) sorted by relevance
68 long lastTimestamp = filteredEvents.get(numOfEvents - 1).timestamp; in computeAvgRate() local71 (lastTimestamp - firstTimestamp) / (numOfEvents - 1), in computeAvgRate()
95 long lastTimestamp = filteredEvents.get(numOfEvents - 1).ts; in computeAvgRate() local98 (lastTimestamp - firstTimestamp) / (numOfEvents - 1), in computeAvgRate()
306 long[] lastTimestamp = new long[sensors.length]; in testSensorManagerListenerForSensors() local338 if (lastTimestamp[i] != 0) { in testSensorManagerListenerForSensors()339 final long diff = e.timestamp - lastTimestamp[i]; in testSensorManagerListenerForSensors()341 + "last " + lastTimestamp[i], diff > TIME_INTERVAL_US); in testSensorManagerListenerForSensors()343 lastTimestamp[i] = e.timestamp; in testSensorManagerListenerForSensors()
210 int64_t lastTimestamp = 0; in testDirectReport() local214 ASSERT_GT(e.timestamp, lastTimestamp); in testDirectReport()237 lastTimestamp = e.timestamp; in testDirectReport()
121 int lastTimestamp = mMarkerTimeStamp.size() - 1; in calculateTimeRemaining() local122 timeRemaining = System.currentTimeMillis() - mMarkerTimeStamp.get(lastTimestamp); in calculateTimeRemaining()