Home
last modified time | relevance | path

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

12

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_report/
DReportData.java147 public TimeStamp getTimestamp() { in getTimestamp() method in ReportData
302 return getTimestamp() != null; in getComponents()
314 return getTimestamp(); in getComponents()
337 + getTimestamp().toIndentedString(indent); in getComponents()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DPosition.java102 public Position.timestampType getTimestamp() { in getTimestamp() method in Position
158 return getTimestamp() != null; in getComponents()
170 return getTimestamp(); in getComponents()
193 + getTimestamp().toIndentedString(indent); in getComponents()
/cts/tests/tests/media/src/android/media/cts/
DTimedMetaDataTest.java33 assertEquals(1000, metadata.getTimestamp()); in testTimedMetaData()
DCodecImage.java118 public abstract long getTimestamp(); in getTimestamp() method in CodecImage
DNonBlockingAudioTrack.java107 public AudioTimestamp getTimestamp() { in getTimestamp() method in NonBlockingAudioTrack
109 mAudioTrack.getTimestamp(timestamp); in getTimestamp()
DCodecUtils.java81 public long getTimestamp() { in getTimestamp() method in CodecUtils.ImageWrapper
82 return mImage.getTimestamp(); in getTimestamp()
DYUVImage.java88 public long getTimestamp() { in getTimestamp() method in YUVImage
DAudioRecordTest.java640 if (record.getTimestamp(ts, AudioTimestamp.TIMEBASE_MONOTONIC) in testTimestamp()
656 record.getTimestamp(stopTs, AudioTimestamp.TIMEBASE_MONOTONIC)); in testTimestamp()
658 record.getTimestamp(stopTsBoot, AudioTimestamp.TIMEBASE_BOOTTIME)); in testTimestamp()
1100 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC)); in doTest()
1157 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
1185 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
1212 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
1238 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
1293 record.getTimestamp(stopTs, AudioTimestamp.TIMEBASE_MONOTONIC)); in doTest()
1296 record.getTimestamp(stopTsBoot, AudioTimestamp.TIMEBASE_BOOTTIME)); in doTest()
DCodecState.java492 public AudioTimestamp getTimestamp() { in getTimestamp() method in CodecState
497 return mAudioTrack.getTimestamp(); in getTimestamp()
DMediaCodecTunneledPlayer.java624 public AudioTimestamp getTimestamp() { in getTimestamp() method in MediaCodecTunneledPlayer
632 mAudioCodecStates.entrySet().iterator().next().getValue().getTimestamp(); in getTimestamp()
DMediaSyncTest.java549 MediaTimestamp mediaTimestamp = mMediaSync.getTimestamp(); in runPlayAV()
564 mediaTimestamp = mMediaSync.getTimestamp(); in runPlayAV()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DPlayer.java112 public abstract boolean getTimestamp(AudioTimestamp timestamp); in getTimestamp() method in Player
DOboePlayer.java97 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp() method in OboePlayer
/cts/apps/CtsVerifier/jni/megaaudio/common/
DOboeStream.cpp120 ResultWithValue<oboe::FrameTimestamp> result = mAudioStream->getTimestamp(CLOCK_MONOTONIC); in getTimeStamp()
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyValueTest.java88 propertyValue.getTimestamp(); in testGetPropertyTimestamp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioOutColdStartLatencyActivity.java118 boolean gotTimestamp = mPlayer.getTimestamp(mPullTimestamp); in startOutTimer()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
DCameraPreviewRenderable.java169 latestCameraFrameTimestamp = mCameraSurfaceTexture.getTimestamp(); in updateTexture()
/cts/tests/tests/car/src/android/car/cts/utils/
DVehiclePropertyVerifier.java310 .that(carPropertyValue.getTimestamp()).isAtLeast(0); in verifyCarPropertyValue()
314 .that(carPropertyValue.getTimestamp()).isLessThan( in verifyCarPropertyValue()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java600 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose()
609 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose()
DCamera2AndroidTestRule.java704 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose()
713 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2302 validateP010Data(data, width, height, format, image.getTimestamp(), filePath); in validateImage()
2306 validateYuvData(data, width, height, format, image.getTimestamp(), filePath); in validateImage()
2309 validateRaw16Data(data, width, height, format, image.getTimestamp(), filePath); in validateImage()
2312 validateDepth16Data(data, width, height, format, image.getTimestamp(), filePath); in validateImage()
2315 … validateDepthPointCloudData(data, width, height, format, image.getTimestamp(), filePath); in validateImage()
2318 validateRawPrivateData(data, width, height, image.getTimestamp(), filePath); in validateImage()
2321 validateY8Data(data, width, height, format, image.getTimestamp(), filePath); in validateImage()
2876 if (lhsImg.getTimestamp() != rhsImg.getTimestamp()) { in isImageStronglyEqual()
2877 Log.i(TAG, "lhsImg timestamp " + lhsImg.getTimestamp() in isImageStronglyEqual()
2878 + " is different with rhsImg timestamp " + rhsImg.getTimestamp()); in isImageStronglyEqual()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java452 "timestamp %d", mSurfaceTexture.getTimestamp(), in testRepeatingCapture()
454 mSurfaceTexture.getTimestamp() <= in testRepeatingCapture()
913 "timestamp %d", mSurfaceTexture.getTimestamp(), in testRepeatingAndCaptureCombined()
915 mSurfaceTexture.getTimestamp() <= in testRepeatingAndCaptureCombined()
DCtsUtilsTest.java224 @Override public long getTimestamp() { return timestamp; } in getTimestamp() method in FakeImage
/cts/tests/tests/content/src/android/content/cts/
DClipDescriptionTest.java82 final long timestamp = clipboardManager.getPrimaryClipDescription().getTimestamp(); in testGetTimestamp()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTakeScreenshotTest.java274 final long finishTestingTime = screenshot.getTimestamp(); in verifyScreenshotResult()

12