OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaximumExpectedSamplingPeriodUs
(Results
1 - 6
of
6
) sorted by null
/cts/tests/sensor/src/android/hardware/cts/helpers/
TestSensorEnvironment.java
338
public int
getMaximumExpectedSamplingPeriodUs
() {
359
return TimeUnit.MILLISECONDS.toMicros(400) + 2 *
getMaximumExpectedSamplingPeriodUs
();
TestSensorEventListener.java
311
long samplingPeriodUs = mEnvironment.
getMaximumExpectedSamplingPeriodUs
();
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
BatchArrivalVerification.java
63
int maximumExpectedSamplingPeriodUs = environment.
getMaximumExpectedSamplingPeriodUs
();
FifoLengthVerification.java
68
int maximumExpectedSamplingPeriodUs = environment.
getMaximumExpectedSamplingPeriodUs
();
EventTimestampSynchronizationVerification.java
73
int maximumExpectedSamplingPeriodUs = environment.
getMaximumExpectedSamplingPeriodUs
();
TimestampClockSourceVerification.java
71
int maximumExpectedSamplingPeriodUs = environment.
getMaximumExpectedSamplingPeriodUs
();
Completed in 742 milliseconds