Home
last modified time | relevance | path

Searched refs:timestampNs (Results 1 – 2 of 2) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/helpers/
DTestSensorEventListener.java101 long timestampNs = SystemClock.elapsedRealtimeNanos(); in onSensorChanged() local
104 mCollectedEvents.add(new TestSensorEvent(event, timestampNs)); in onSensorChanged()
155 long timestampNs = SystemClock.elapsedRealtimeNanos(); in onFlushCompleted() local
157 mTimeStampFlushCompleteEvents.add(timestampNs); in onFlushCompleted()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java1047 long timestampNs) { in expectImageProperties() argument
1051 expectEquals(msg + "Image timestamp is wrong.", image.getTimestamp(), timestampNs); in expectImageProperties()