Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1492 listener.getCaptureStartTimestamps(1); in startSlowMotionRecording()
2356 listener.getCaptureStartTimestamps(1); in startRecording()
2412 listener.getCaptureStartTimestamps(1); in startSharedRecording()
DImageReaderTest.java2104 List<Long> captureStartTimestamps = listener.getCaptureStartTimestamps(captureCount); in validateTimestamps()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1262 public List<Long> getCaptureStartTimestamps(int count) { in getCaptureStartTimestamps() method in CameraTestUtils.SimpleCaptureCallback