Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/
DSensorBatchingFifoTest.java97 int postFlushMs = environment.getExpectedSamplingPeriodUs() * 100 /1000; in runBatchingSensorFifoTest()
100 environment.getExpectedSamplingPeriodUs() / (int)(1000 / 1.2); // 120% in runBatchingSensorFifoTest()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DTestSensorEnvironment.java315 public int getExpectedSamplingPeriodUs() { in getExpectedSamplingPeriodUs() method in TestSensorEnvironment
344 int expectedSamplingPeriodUs = getExpectedSamplingPeriodUs(); in getMaximumExpectedSamplingPeriodUs()
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DEventGapVerification.java61 return new EventGapVerification(environment.getExpectedSamplingPeriodUs()); in getDefault()
DEventBasicVerification.java92 long sampleUs = environment.getExpectedSamplingPeriodUs(); in getDefault()
DJitterVerification.java91 long expectedPeriodNs = (long) environment.getExpectedSamplingPeriodUs() * 1000; in getDefault()