Searched refs:getExpectedSamplingPeriodUs (Results 1 – 5 of 5) sorted by relevance
97 int postFlushMs = environment.getExpectedSamplingPeriodUs() * 100 /1000; in runBatchingSensorFifoTest()100 environment.getExpectedSamplingPeriodUs() / (int)(1000 / 1.2); // 120% in runBatchingSensorFifoTest()
315 public int getExpectedSamplingPeriodUs() { in getExpectedSamplingPeriodUs() method in TestSensorEnvironment344 int expectedSamplingPeriodUs = getExpectedSamplingPeriodUs(); in getMaximumExpectedSamplingPeriodUs()
61 return new EventGapVerification(environment.getExpectedSamplingPeriodUs()); in getDefault()
92 long sampleUs = environment.getExpectedSamplingPeriodUs(); in getDefault()
91 long expectedPeriodNs = (long) environment.getExpectedSamplingPeriodUs() * 1000; in getDefault()