Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCalibratedUncalibratedVerifier.java76 long synchronizationPeriodNs = measuredSamplingPeriodNs / 2; in verifyMeasurements() local
84 long lowerTimestampThresholdNs = calibratedTimestampNs - synchronizationPeriodNs; in verifyMeasurements()
85 long upperTimestampThresholdNs = calibratedTimestampNs + synchronizationPeriodNs; in verifyMeasurements()