/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | TimeUtil.java | 55 static String getTimestamp() { in getTimestamp() method in TimeUtil 56 return getTimestamp(System.currentTimeMillis()); in getTimestamp() 66 static String getTimestamp(long time) { in getTimestamp() method in TimeUtil
|
D | ITestSummary.java | 31 public String getTimestamp(); in getTimestamp() method
|
D | CtsXmlResultReporter.java | 158 mStartTime = getTimestamp(); in invocationStarted() 392 String endTime = getTimestamp(); in createXmlResult() 495 String getTimestamp() { in getTimestamp() method in CtsXmlResultReporter 496 return TimeUtil.getTimestamp(); in getTimestamp()
|
D | TestSummaryXml.java | 65 public String getTimestamp() { in getTimestamp() method in TestSummaryXml
|
D | Test.java | 83 mStartTime = TimeUtil.getTimestamp(); in Test() 155 mEndTime = TimeUtil.getTimestamp(); in updateEndTime()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | CodecImage.java | 118 public abstract long getTimestamp(); in getTimestamp() method in CodecImage
|
D | CodecUtils.java | 70 public long getTimestamp() { in getTimestamp() method in CodecUtils.ImageWrapper 71 return mImage.getTimestamp(); in getTimestamp()
|
D | MediaSyncTest.java | 482 MediaTimestamp mediaTimestamp = mMediaSync.getTimestamp(); in runPlayAV() 497 mediaTimestamp = mMediaSync.getTimestamp(); in runPlayAV()
|
D | MediaPlayerTest.java | 893 MediaTimestamp ts1 = mMediaPlayer.getTimestamp(); 902 ts1 = mMediaPlayer.getTimestamp(); 911 ts1 = mMediaPlayer.getTimestamp(); 914 MediaTimestamp ts2 = mMediaPlayer.getTimestamp();
|
D | StreamingMediaPlayerTest.java | 330 long timeUs = md.getTimestamp(); in testPlayHlsStreamWithTimedId3()
|
D | ImageReaderDecoderTest.java | 610 Log.v(TAG, "Image timestamp:" + image.getTimestamp()); in validateImage() 622 validateYuvData(data, width, height, format, image.getTimestamp()); in validateImage()
|
D | AudioTrackTest.java | 1956 final boolean result = track.getTimestamp(timestamp); in testGetTimestamp()
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
D | TestSummaryXmlTest.java | 44 assertEquals("2011-11-01", result.getTimestamp()); in testConstructor()
|
D | CtsXmlResultReporterTest.java | 74 String getTimestamp() { in setUp()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/ |
D | Camera2AndroidTestCase.java | 451 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose() 460 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 1312 validateYuvData(data, width, height, format, image.getTimestamp(), filePath); in validateImage() 1315 validateRaw16Data(data, width, height, format, image.getTimestamp(), filePath); in validateImage() 1318 validateDepth16Data(data, width, height, format, image.getTimestamp(), filePath); in validateImage() 1321 … validateDepthPointCloudData(data, width, height, format, image.getTimestamp(), filePath); in validateImage() 1648 if (lhsImg.getTimestamp() != rhsImg.getTimestamp()) { in isImageStronglyEqual() 1649 Log.i(TAG, "lhsImg timestamp " + lhsImg.getTimestamp() in isImageStronglyEqual() 1650 + " is different with rhsImg timestamp " + rhsImg.getTimestamp()); in isImageStronglyEqual()
|
D | ImageWriterTest.java | 257 inputImage.setTimestamp(cameraImage.getTimestamp()); in readerWriterFormatTestByCamera()
|
D | ReprocessCaptureTest.java | 895 timestamp = image.getTimestamp(); in testReprocessTimestamps() 1246 image.getTimestamp()) { in doMixedReprocessBurstCapture() 1254 image.getTimestamp(), holders[i]); in doMixedReprocessBurstCapture()
|
D | PerformanceTest.java | 419 WAIT_FOR_RESULT_TIMEOUT_MS, inputImages[i].getTimestamp()); in reprocessingCaptureStallTestByCamera() 522 WAIT_FOR_RESULT_TIMEOUT_MS, inputImages[i].getTimestamp()); in reprocessingPerformanceTestByCamera()
|
D | CaptureResultTest.java | 368 resultImage.getTimestamp(), captureTime); in validateTimestamps()
|
D | RecordingTest.java | 957 resultListener, image.getTimestamp()); in videoSnapshotTestByCamera()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/ |
D | CtsConsole.java | 217 result.getTimestamp(), in listResults()
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | CameraGLTest.java | 580 mSurfaceTexture.getTimestamp();
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
D | CameraErrorCollector.java | 1059 expectEquals(msg + "Image timestamp is wrong.", image.getTimestamp(), timestampNs); in expectImageProperties()
|
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/ |
D | VideoEncoderDecoderTest.java | 814 public long getTimestamp() { in getTimestamp() method in VideoEncoderDecoderTest.YUVImage
|