HomeSort by relevance Sort by last modified time
    Searched full:reportlatencyus (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventTimestampSynchronizationVerification.java 71 long reportLatencyUs = environment.getMaxReportLatencyUs();
80 reportLatencyUs = fifoBasedReportLatencyUs;
86 reportLatencyUs = Math.min(reportLatencyUs, fifoBasedReportLatencyUs);
92 long expectedSyncLatencyNs = TimeUnit.MICROSECONDS.toNanos(reportLatencyUs + filterDelayUs);
94 (long) (DEFAULT_THRESHOLD_NS + ALLOWED_LATENCY_ERROR * reportLatencyUs * 1000),
BatchArrivalVerification.java 64 long reportLatencyUs = environment.getMaxReportLatencyUs();
72 reportLatencyUs = fifoBasedReportLatencyUs;
78 reportLatencyUs = Math.min(reportLatencyUs, fifoBasedReportLatencyUs);
81 long expectedBatchArrivalTimeUs = reportLatencyUs + SystemClock.elapsedRealtime() * 1000;
TimestampClockSourceVerification.java 69 long reportLatencyUs = environment.getMaxReportLatencyUs();
78 reportLatencyUs = fifoBasedReportLatencyUs;
84 reportLatencyUs = Math.min(reportLatencyUs, fifoBasedReportLatencyUs);
90 long expectedSyncLatencyNs = TimeUnit.MICROSECONDS.toNanos(reportLatencyUs + filterDelayUs);
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorIntegrationTests.java 278 long reportLatencyUs = TimeUnit.SECONDS.toMicros(mGenerator.nextInt(5) + 1);
279 return (int) reportLatencyUs;

Completed in 217 milliseconds