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

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventTimestampSynchronizationVerification.java 35 public class EventTimestampSynchronizationVerification extends AbstractSensorVerification {
49 * Constructs an instance of {@link EventTimestampSynchronizationVerification}.
54 public EventTimestampSynchronizationVerification(
62 * Gets a default {@link EventTimestampSynchronizationVerification}.
68 public static EventTimestampSynchronizationVerification getDefault(
79 return new EventTimestampSynchronizationVerification(DEFAULT_THRESHOLD_NS, reportLatencyNs);
104 public EventTimestampSynchronizationVerification clone() {
105 return new EventTimestampSynchronizationVerification(
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
TestSensorOperation.java 31 import android.hardware.cts.helpers.sensorverification.EventTimestampSynchronizationVerification;
105 addVerification(EventTimestampSynchronizationVerification.getDefault(mEnvironment));
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 41 import android.hardware.cts.helpers.sensorverification.EventTimestampSynchronizationVerification;
441 EventTimestampSynchronizationVerification.getDefault(environment));

Completed in 2277 milliseconds