Home
last modified time | relevance | path

Searched refs:timeoutNs (Results 1 – 4 of 4) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DParallelSensorOperation.java164 private SensorOperation getFutureResult(Future<SensorOperation> future, Long timeoutNs) in getFutureResult() argument
166 if (timeoutNs == null) { in getFutureResult()
170 long waitTimeNs = Math.max(timeoutNs - SystemClock.elapsedRealtimeNanos(), 1); in getFutureResult()
/cts/tests/tests/gameframerate/src/
DGameFrameRateCtsActivity.java271 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents() local
272 long timeoutMs = timeoutNs / 1_000_000L; in waitForEvents()
273 int remainderNs = (int) (timeoutNs % 1_000_000L); in waitForEvents()
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateOverrideCtsActivity.java255 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents() local
256 long timeoutMs = timeoutNs / 1_000_000L; in waitForEvents()
257 int remainderNs = (int) (timeoutNs % 1_000_000L); in waitForEvents()
DFrameRateCtsActivity.java545 long timeoutNs = Math.min(waitUntilNanos, surfacePostTime) - nowNanos; in waitForEvents() local
546 long timeoutMs = timeoutNs / 1_000_000L; in waitForEvents()
547 int remainderNs = (int) (timeoutNs % 1_000_000L); in waitForEvents()