Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 25 of 26) sorted by relevance

12

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTimeUtil.java55 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
DITestSummary.java31 public String getTimestamp(); in getTimestamp() method
DCtsXmlResultReporter.java158 mStartTime = getTimestamp(); in invocationStarted()
392 String endTime = getTimestamp(); in createXmlResult()
495 String getTimestamp() { in getTimestamp() method in CtsXmlResultReporter
496 return TimeUtil.getTimestamp(); in getTimestamp()
DTestSummaryXml.java65 public String getTimestamp() { in getTimestamp() method in TestSummaryXml
DTest.java83 mStartTime = TimeUtil.getTimestamp(); in Test()
155 mEndTime = TimeUtil.getTimestamp(); in updateEndTime()
/cts/tests/tests/media/src/android/media/cts/
DCodecImage.java118 public abstract long getTimestamp(); in getTimestamp() method in CodecImage
DCodecUtils.java70 public long getTimestamp() { in getTimestamp() method in CodecUtils.ImageWrapper
71 return mImage.getTimestamp(); in getTimestamp()
DMediaSyncTest.java482 MediaTimestamp mediaTimestamp = mMediaSync.getTimestamp(); in runPlayAV()
497 mediaTimestamp = mMediaSync.getTimestamp(); in runPlayAV()
DMediaPlayerTest.java893 MediaTimestamp ts1 = mMediaPlayer.getTimestamp();
902 ts1 = mMediaPlayer.getTimestamp();
911 ts1 = mMediaPlayer.getTimestamp();
914 MediaTimestamp ts2 = mMediaPlayer.getTimestamp();
DStreamingMediaPlayerTest.java330 long timeUs = md.getTimestamp(); in testPlayHlsStreamWithTimedId3()
DImageReaderDecoderTest.java610 Log.v(TAG, "Image timestamp:" + image.getTimestamp()); in validateImage()
622 validateYuvData(data, width, height, format, image.getTimestamp()); in validateImage()
DAudioTrackTest.java1956 final boolean result = track.getTimestamp(timestamp); in testGetTimestamp()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DTestSummaryXmlTest.java44 assertEquals("2011-11-01", result.getTimestamp()); in testConstructor()
DCtsXmlResultReporterTest.java74 String getTimestamp() { in setUp()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java451 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose()
460 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraTestUtils.java1312 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()
DImageWriterTest.java257 inputImage.setTimestamp(cameraImage.getTimestamp()); in readerWriterFormatTestByCamera()
DReprocessCaptureTest.java895 timestamp = image.getTimestamp(); in testReprocessTimestamps()
1246 image.getTimestamp()) { in doMixedReprocessBurstCapture()
1254 image.getTimestamp(), holders[i]); in doMixedReprocessBurstCapture()
DPerformanceTest.java419 WAIT_FOR_RESULT_TIMEOUT_MS, inputImages[i].getTimestamp()); in reprocessingCaptureStallTestByCamera()
522 WAIT_FOR_RESULT_TIMEOUT_MS, inputImages[i].getTimestamp()); in reprocessingPerformanceTestByCamera()
DCaptureResultTest.java368 resultImage.getTimestamp(), captureTime); in validateTimestamps()
DRecordingTest.java957 resultListener, image.getTimestamp()); in videoSnapshotTestByCamera()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
DCtsConsole.java217 result.getTimestamp(), in listResults()
/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraGLTest.java580 mSurfaceTexture.getTimestamp();
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java1059 expectEquals(msg + "Image timestamp is wrong.", image.getTimestamp(), timestampNs); in expectImageProperties()
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java814 public long getTimestamp() { in getTimestamp() method in VideoEncoderDecoderTest.YUVImage

12