Searched refs:receivedTimestamp (Results 1 – 9 of 9) sorted by relevance
/cts/tests/sensor/src/android/hardware/cts/helpers/ |
D | TestSensorEvent.java | 32 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()
|
D | TestSensorEventListener.java | 215 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/ |
D | BatchArrivalVerification.java | 102 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()
|
D | FifoLengthVerification.java | 156 mPrevRecvdTimeStampMs = (long)event.receivedTimestamp/(1000 * 1000); in addSensorEventInternal() 158 long currRecvdTimeStampMs = (long) event.receivedTimestamp/(1000 * 1000); in addSensorEventInternal()
|
D | ContinuousEventSanitizedVerification.java | 112 if (event.receivedTimestamp > mVerificationStartTimeNano) { in addSensorEventInternal()
|
D | EventTimestampSynchronizationVerification.java | 148 long receivedTimestampNs = event.receivedTimestamp; in verifyTimestampSynchronization()
|
D | TimestampClockSourceVerification.java | 157 long receivedTimestampNs = event.receivedTimestamp; in verifyTimestampClockSource()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | BaseSensorTestActivity.java | 479 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/ |
D | StepCounterTestActivity.java | 246 counterEvent.receivedTimestamp, in verifyStepCounterMeasurements()
|