/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_report/ |
D | ReportData.java | 147 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/ |
D | Position.java | 102 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/ |
D | TimedMetaDataTest.java | 33 assertEquals(1000, metadata.getTimestamp()); in testTimedMetaData()
|
D | CodecImage.java | 118 public abstract long getTimestamp(); in getTimestamp() method in CodecImage
|
D | NonBlockingAudioTrack.java | 107 public AudioTimestamp getTimestamp() { in getTimestamp() method in NonBlockingAudioTrack 109 mAudioTrack.getTimestamp(timestamp); in getTimestamp()
|
D | CodecUtils.java | 81 public long getTimestamp() { in getTimestamp() method in CodecUtils.ImageWrapper 82 return mImage.getTimestamp(); in getTimestamp()
|
D | YUVImage.java | 88 public long getTimestamp() { in getTimestamp() method in YUVImage
|
D | AudioRecordTest.java | 640 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()
|
D | CodecState.java | 492 public AudioTimestamp getTimestamp() { in getTimestamp() method in CodecState 497 return mAudioTrack.getTimestamp(); in getTimestamp()
|
D | MediaCodecTunneledPlayer.java | 624 public AudioTimestamp getTimestamp() { in getTimestamp() method in MediaCodecTunneledPlayer 632 mAudioCodecStates.entrySet().iterator().next().getValue().getTimestamp(); in getTimestamp()
|
D | MediaSyncTest.java | 549 MediaTimestamp mediaTimestamp = mMediaSync.getTimestamp(); in runPlayAV() 564 mediaTimestamp = mMediaSync.getTimestamp(); in runPlayAV()
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/ |
D | Player.java | 112 public abstract boolean getTimestamp(AudioTimestamp timestamp); in getTimestamp() method in Player
|
D | OboePlayer.java | 97 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp() method in OboePlayer
|
/cts/apps/CtsVerifier/jni/megaaudio/common/ |
D | OboeStream.cpp | 120 ResultWithValue<oboe::FrameTimestamp> result = mAudioStream->getTimestamp(CLOCK_MONOTONIC); in getTimeStamp()
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarPropertyValueTest.java | 88 propertyValue.getTimestamp(); in testGetPropertyTimestamp()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioOutColdStartLatencyActivity.java | 118 boolean gotTimestamp = mPlayer.getTimestamp(mPullTimestamp); in startOutTimer()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/ |
D | CameraPreviewRenderable.java | 169 latestCameraFrameTimestamp = mCameraSurfaceTexture.getTimestamp(); in updateTexture()
|
/cts/tests/tests/car/src/android/car/cts/utils/ |
D | VehiclePropertyVerifier.java | 310 .that(carPropertyValue.getTimestamp()).isAtLeast(0); in verifyCarPropertyValue() 314 .that(carPropertyValue.getTimestamp()).isLessThan( in verifyCarPropertyValue()
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2AndroidTestCase.java | 600 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose() 609 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose()
|
D | Camera2AndroidTestRule.java | 704 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose() 713 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 2302 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/ |
D | CameraExtensionSessionTest.java | 452 "timestamp %d", mSurfaceTexture.getTimestamp(), in testRepeatingCapture() 454 mSurfaceTexture.getTimestamp() <= in testRepeatingCapture() 913 "timestamp %d", mSurfaceTexture.getTimestamp(), in testRepeatingAndCaptureCombined() 915 mSurfaceTexture.getTimestamp() <= in testRepeatingAndCaptureCombined()
|
D | CtsUtilsTest.java | 224 @Override public long getTimestamp() { return timestamp; } in getTimestamp() method in FakeImage
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ClipDescriptionTest.java | 82 final long timestamp = clipboardManager.getPrimaryClipDescription().getTimestamp(); in testGetTimestamp()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityTakeScreenshotTest.java | 274 final long finishTestingTime = screenshot.getTimestamp(); in verifyScreenshotResult()
|