/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/unittests/ |
D | HotwordAudioStreamTest.java | 62 assertThat(audioStream.getTimestamp()).isNull(); in testHotwordAudioStreamDefaultAndUpdateValue() 112 assertThat(targetHotwordAudioStream.getTimestamp().framePosition).isEqualTo( in testHotwordAudioStreamParcelizeDeparcelize() 114 assertThat(targetHotwordAudioStream.getTimestamp().nanoTime).isEqualTo( in testHotwordAudioStreamParcelizeDeparcelize()
|
/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/decoder/src/android/media/decoder/cts/ |
D | DecoderTest.java | 3343 && mMediaCodecPlayer.getTimestamp() != null 3344 && mMediaCodecPlayer.getTimestamp().framePosition > 0, 3348 assertNotEquals("Audio timestamp is null", mMediaCodecPlayer.getTimestamp(), null); 3350 mMediaCodecPlayer.getTimestamp().framePosition, 0); 3425 && mMediaCodecPlayer.getTimestamp() != null 3426 && mMediaCodecPlayer.getTimestamp().framePosition > 0, 3430 assertNotEquals("Audio timestamp is null", mMediaCodecPlayer.getTimestamp(), null); 3432 mMediaCodecPlayer.getTimestamp().framePosition, 0); 3691 && mMediaCodecPlayer.getTimestamp() != null 3692 && mMediaCodecPlayer.getTimestamp().framePosition > 0, [all …]
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | NetworkLoggingTest.java | 275 assertThat(event1.getTimestamp()).isEqualTo(event2.getTimestamp()); in verifyDnsEventsEqual() 305 assertThat(event1.getTimestamp()).isEqualTo(event2.getTimestamp()); in verifyConnectEventsEqual() 323 assertTrue(currentEvent.getTimestamp() >= networkEvents.get(i - 1).getTimestamp()); in verifyNetworkLogs()
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | CodecImage.java | 117 public abstract long getTimestamp(); in getTimestamp() method in CodecImage
|
D | NonBlockingAudioTrack.java | 120 public AudioTimestamp getTimestamp() { in getTimestamp() method in NonBlockingAudioTrack 122 mAudioTrack.getTimestamp(timestamp); in getTimestamp()
|
D | CodecUtils.java | 76 public long getTimestamp() { in getTimestamp() method in CodecUtils.ImageWrapper 77 return mImage.getTimestamp(); in getTimestamp()
|
D | YUVImage.java | 85 public long getTimestamp() { in getTimestamp() method in YUVImage
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | TimedMetaDataTest.java | 37 assertEquals(1000, metadata.getTimestamp()); in testTimedMetaData()
|
/cts/tests/app/FgsTimeoutTest/src/android/app/cts/fgstimeouttest/ |
D | FgsTimeoutTest.java | 132 assertThat(m.getTimestamp()).isAtLeast(serviceStartTime + SHORTENED_TIMEOUT); in testTimeout() 168 assertThat(m.getTimestamp()).isAtLeast(serviceStartTime + SHORTENED_TIMEOUT); in testTimeout_startService() 204 assertThat(m.getTimestamp()).isAtLeast(serviceStartTime + SHORTENED_TIMEOUT); in testTimeout_withParallelNormalFgs() 250 assertThat(m.getTimestamp()).isAtLeast(firstServiceStartTime + SHORTENED_TIMEOUT); in testTimeout_withParallelTimeRestrictedFgs() 253 assertThat(m.getTimestamp()).isAtMost(secondServiceStartTime + SHORTENED_TIMEOUT + 100); in testTimeout_withParallelTimeRestrictedFgs() 455 assertThat(m.getTimestamp()).isAtLeast(serviceStartTime + SHORTENED_TIMEOUT); in testStartService_throwsExceptionAfterTimeout()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/ |
D | Helper.java | 359 assertThat(detectedAudioStream.getTimestamp().framePosition).isEqualTo( 360 expectedAudioStream.getTimestamp().framePosition); 361 assertThat(detectedAudioStream.getTimestamp().nanoTime).isEqualTo( 362 expectedAudioStream.getTimestamp().nanoTime);
|
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/ |
D | Player.java | 116 public abstract boolean getTimestamp(AudioTimestamp timestamp); in getTimestamp() method in Player
|
D | JavaPlayer.java | 256 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp() method in JavaPlayer 257 return mPlaying ? mAudioTrack.getTimestamp(timestamp) : false; in getTimestamp()
|
D | OboePlayer.java | 129 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp() method in OboePlayer
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | AnrTests.java | 217 return !reasons.isEmpty() && reasons.get(0).getTimestamp() >= timestamp; in waitForNewExitReasonAfter() 220 assertTrue(reasons.get(0).getTimestamp() > timestamp); in waitForNewExitReasonAfter()
|
/cts/apps/CtsVerifier/jni/megaaudio/common/ |
D | OboeStream.cpp | 115 ResultWithValue<oboe::FrameTimestamp> result = mAudioStream->getTimestamp(CLOCK_MONOTONIC); in getTimeStamp()
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioRecordTest.java | 741 if (record.getTimestamp(ts, AudioTimestamp.TIMEBASE_MONOTONIC) in testTimestamp() 757 .that(record.getTimestamp(stopTs, AudioTimestamp.TIMEBASE_MONOTONIC)) in testTimestamp() 760 .that(record.getTimestamp(stopTsBoot, AudioTimestamp.TIMEBASE_BOOTTIME)) in testTimestamp() 1146 .that(record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC)) in doTest() 1250 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) in doTest() 1258 record.getTimestamp(running1Ts, AudioTimestamp.TIMEBASE_MONOTONIC); in doTest() 1262 record.getTimestamp(running2Ts, AudioTimestamp.TIMEBASE_MONOTONIC); in doTest() 1325 .that(record.getTimestamp(stopTs, AudioTimestamp.TIMEBASE_MONOTONIC)) in doTest() 1329 .that(record.getTimestamp(stopTsBoot, AudioTimestamp.TIMEBASE_BOOTTIME)) in doTest()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | PreviewRecorder.java | 237 + " timestamp = " + surfaceTexture.getTimestamp() in initPreviewRecorder() 240 mFrameTimeStamps.add(surfaceTexture.getTimestamp()); in initPreviewRecorder() 242 + " timestamp = " + surfaceTexture.getTimestamp()); in initPreviewRecorder()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioOutColdStartLatencyActivity.java | 116 boolean gotTimestamp = mPlayer.getTimestamp(mPullTimestamp); in startOutTimer()
|
/cts/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/ |
D | FgsTimeoutMessageReceiver.java | 74 if (m.getTimestamp() < testInfo.getLastTestStartUptime()) { in isMessageCurrent()
|
/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/ |
D | ActivityManagerShortFgsTest.java | 496 assertThat(m.getTimestamp()).isAtLeast(serviceStartTime + SHORTENED_TIMEOUT); in testTimeout() 553 assertThat(m.getTimestamp()).isAtLeast(serviceStartTime + SHORTENED_TIMEOUT); in testTimeout_withAnotherFgs() 597 assertThat(m.getTimestamp()).isAtLeast(serviceStartTime + SHORTENED_TIMEOUT); in testTimeout_procStateDemotion() 972 assertThat(m.getTimestamp()).isAtLeast(serviceStartTime + SHORTENED_TIMEOUT); in testStartFromStartService()
|
/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/ |
D | CarPropertyValueTest.java | 145 propertyValue.getTimestamp(); in testGetPropertyTimestamp()
|
/cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/ |
D | ShortFgsMessageReceiver.java | 81 if (m.getTimestamp() < testInfo.getLastTestStartUptime()) { in isMessageCurrent()
|