HomeSort by relevance Sort by last modified time
    Searched refs:getMaxReportLatencyUs (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorManager.java 85 mEnvironment.getMaxReportLatencyUs(),
117 mEnvironment.getMaxReportLatencyUs(),
124 mEnvironment.getMaxReportLatencyUs());
TestSensorEnvironment.java 294 public int getMaxReportLatencyUs() {
397 * @return The maximum latency of a given sensor, on top of {@link #getMaxReportLatencyUs()}.
411 * {@link #getMaxReportLatencyUs()} passed through batch() at the HAL level.
TestSensorEventListener.java 207 .append(mEnvironment.getMaxReportLatencyUs()).append("us, ");
317 + mEnvironment.getMaxReportLatencyUs()
SensorCtsHelper.java 211 environment.getMaxReportLatencyUs(),
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
BatchArrivalVerification.java 64 long reportLatencyUs = environment.getMaxReportLatencyUs();
FifoLengthVerification.java 66 long expectedReportLatencyUs = environment.getMaxReportLatencyUs();
EventBasicVerification.java 92 long askedBatchUs = environment.getMaxReportLatencyUs();
EventTimestampSynchronizationVerification.java 71 long reportLatencyUs = environment.getMaxReportLatencyUs();
TimestampClockSourceVerification.java 69 long reportLatencyUs = environment.getMaxReportLatencyUs();
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorBatchingTests.java 313 String batching = environment.getMaxReportLatencyUs() > 0 ? "_batching" : "";
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
TestSensorOperation.java 211 mEnvironment.getMaxReportLatencyUs());

Completed in 70 milliseconds