Home
last modified time | relevance | path

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

123

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/unittests/
DHotwordAudioStreamTest.java62 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/
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/decoder/src/android/media/decoder/cts/
DDecoderTest.java3343 && 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/
DNetworkLoggingTest.java275 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/
DCodecImage.java117 public abstract long getTimestamp(); in getTimestamp() method in CodecImage
DNonBlockingAudioTrack.java120 public AudioTimestamp getTimestamp() { in getTimestamp() method in NonBlockingAudioTrack
122 mAudioTrack.getTimestamp(timestamp); in getTimestamp()
DCodecUtils.java76 public long getTimestamp() { in getTimestamp() method in CodecUtils.ImageWrapper
77 return mImage.getTimestamp(); in getTimestamp()
DYUVImage.java85 public long getTimestamp() { in getTimestamp() method in YUVImage
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DTimedMetaDataTest.java37 assertEquals(1000, metadata.getTimestamp()); in testTimedMetaData()
/cts/tests/app/FgsTimeoutTest/src/android/app/cts/fgstimeouttest/
DFgsTimeoutTest.java132 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/
DHelper.java359 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/
DPlayer.java116 public abstract boolean getTimestamp(AudioTimestamp timestamp); in getTimestamp() method in Player
DJavaPlayer.java256 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp() method in JavaPlayer
257 return mPlaying ? mAudioTrack.getTimestamp(timestamp) : false; in getTimestamp()
DOboePlayer.java129 public boolean getTimestamp(AudioTimestamp timestamp) { in getTimestamp() method in OboePlayer
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DAnrTests.java217 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/
DOboeStream.cpp115 ResultWithValue<oboe::FrameTimestamp> result = mAudioStream->getTimestamp(CLOCK_MONOTONIC); in getTimeStamp()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java741 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/
DPreviewRecorder.java237 + " 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/
DAudioOutColdStartLatencyActivity.java116 boolean gotTimestamp = mPlayer.getTimestamp(mPullTimestamp); in startOutTimer()
/cts/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/
DFgsTimeoutMessageReceiver.java74 if (m.getTimestamp() < testInfo.getLastTestStartUptime()) { in isMessageCurrent()
/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DActivityManagerShortFgsTest.java496 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/
DCameraPreviewRenderable.java169 latestCameraFrameTimestamp = mCameraSurfaceTexture.getTimestamp(); in updateTexture()
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyValueTest.java145 propertyValue.getTimestamp(); in testGetPropertyTimestamp()
/cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/
DShortFgsMessageReceiver.java81 if (m.getTimestamp() < testInfo.getLastTestStartUptime()) { in isMessageCurrent()

123