OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maximumfifous
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventBasicVerification.java
97
long
maximumFifoUs
= Math.max(
110
long expectedBatchUs = Math.min(
maximumFifoUs
, askedBatchUs);
123
long maxBatchUs = Math.min(
maximumFifoUs
, askedBatchUs);
Completed in 1032 milliseconds