Searched refs:receivedTimestamp (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/hardware/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 | 208 if (mCollectedEvents.get(i).receivedTimestamp < in logCollectedEventsToFile() 212 event.receivedTimestamp/1000000) { in logCollectedEventsToFile() 219 builder.append("ReceivedTimestamp=").append(event.receivedTimestamp/1000000). in logCollectedEventsToFile() 235 event.receivedTimestamp/1000000) { in logCollectedEventsToFile() 242 builder.append("ReceivedTimestamp=").append(event.receivedTimestamp/1000000). in logCollectedEventsToFile()
|
/cts/tests/tests/hardware/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 | 155 mPrevRecvdTimeStampMs = (long)event.receivedTimestamp/(1000 * 1000); in addSensorEventInternal() 157 long currRecvdTimeStampMs = (long) event.receivedTimestamp/(1000 * 1000); in addSensorEventInternal()
|
D | EventTimestampSynchronizationVerification.java | 145 long receivedTimestampNs = event.receivedTimestamp; in verifyTimestampSynchronization()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | BaseSensorTestActivity.java | 400 long receivedTimestamp, in assertTimestampSynchronization() argument 403 long timestampDelta = Math.abs(eventTimestamp - receivedTimestamp); in assertTimestampSynchronization() 406 receivedTimestamp, in assertTimestampSynchronization()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | StepCounterTestActivity.java | 246 counterEvent.receivedTimestamp, in verifyStepCounterMeasurements()
|