Home
last modified time | relevance | path

Searched refs:receivedTimestamp (Results 1 – 9 of 9) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/helpers/
DTestSensorEvent.java32 public final long receivedTimestamp; field in TestSensorEvent
53 public TestSensorEvent(SensorEvent event, long receivedTimestamp) { in TestSensorEvent() argument
59 this.receivedTimestamp = receivedTimestamp; in TestSensorEvent()
72 public TestSensorEvent(Sensor sensor, long timestamp, long receivedTimestamp, int accuracy, in TestSensorEvent() argument
76 this.receivedTimestamp = receivedTimestamp; in TestSensorEvent()
86 this.receivedTimestamp, in toString()
DTestSensorEventListener.java215 if (mCollectedEvents.get(i).receivedTimestamp < in logCollectedEventsToFile()
219 event.receivedTimestamp/1000000) { in logCollectedEventsToFile()
226 builder.append("ReceivedTimestamp=").append(event.receivedTimestamp/1000). in logCollectedEventsToFile()
242 event.receivedTimestamp/1000000) { in logCollectedEventsToFile()
249 builder.append("ReceivedTimestamp=").append(event.receivedTimestamp/1000). in logCollectedEventsToFile()
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DBatchArrivalVerification.java102 info.event.receivedTimestamp/(1000 * 1000), in verify()
105 info.event.receivedTimestamp/1000)/1000, in verify()
135 if (Math.abs(mFirstEvent.receivedTimestamp/1000 - mExpectedBatchArrivalTimeUs) > in addSensorEventInternal()
DFifoLengthVerification.java156 mPrevRecvdTimeStampMs = (long)event.receivedTimestamp/(1000 * 1000); in addSensorEventInternal()
158 long currRecvdTimeStampMs = (long) event.receivedTimestamp/(1000 * 1000); in addSensorEventInternal()
DContinuousEventSanitizedVerification.java112 if (event.receivedTimestamp > mVerificationStartTimeNano) { in addSensorEventInternal()
DEventTimestampSynchronizationVerification.java148 long receivedTimestampNs = event.receivedTimestamp; in verifyTimestampSynchronization()
DTimestampClockSourceVerification.java157 long receivedTimestampNs = event.receivedTimestamp; in verifyTimestampClockSource()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java479 long receivedTimestamp, in assertTimestampSynchronization() argument
482 long timestampDelta = Math.abs(eventTimestamp - receivedTimestamp); in assertTimestampSynchronization()
485 receivedTimestamp, in assertTimestampSynchronization()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DStepCounterTestActivity.java246 counterEvent.receivedTimestamp, in verifyStepCounterMeasurements()