OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExpectedSamplingPeriodUs
(Results
1 - 5
of
5
) sorted by null
/cts/tests/sensor/src/android/hardware/cts/
SensorBatchingFifoTest.java
97
int postFlushMs = environment.
getExpectedSamplingPeriodUs
() * 100 /1000;
100
environment.
getExpectedSamplingPeriodUs
() / (int)(1000 / 1.2); // 120%
/cts/tests/sensor/src/android/hardware/cts/helpers/
TestSensorEnvironment.java
315
public int
getExpectedSamplingPeriodUs
() {
332
* For continuous sensors, this is higher than {@link #
getExpectedSamplingPeriodUs
()}
344
int expectedSamplingPeriodUs =
getExpectedSamplingPeriodUs
();
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
EventGapVerification.java
61
return new EventGapVerification(environment.
getExpectedSamplingPeriodUs
());
EventBasicVerification.java
92
long sampleUs = environment.
getExpectedSamplingPeriodUs
();
JitterVerification.java
91
long expectedPeriodNs = (long) environment.
getExpectedSamplingPeriodUs
() * 1000;
Completed in 1331 milliseconds