Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java532 simpleCaptureCallback.getLastTimestamp()), in testRepeatingCapture()
534 simpleCaptureCallback.getLastTimestamp()); in testRepeatingCapture()
1617 repeatingCaptureCallback.getLastTimestamp()), in testRepeatingAndCaptureCombined()
1619 repeatingCaptureCallback.getLastTimestamp()); in testRepeatingAndCaptureCombined()
1799 simpleCaptureCallback.getLastTimestamp()), in testEyesFreeExtension()
1801 <= simpleCaptureCallback.getLastTimestamp()); in testEyesFreeExtension()
2214 public long getLastTimestamp() throws IllegalStateException { in getLastTimestamp() method in CameraExtensionSessionTest.SimpleCaptureCallback