Home
last modified time | relevance | path

Searched refs:setTimestamp (Results 1 – 25 of 57) sorted by relevance

123

/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java99 entry.setTimestamp(timestampVal); in createEntry()
110 entry.setTimestamp(timestampVal); in createEntry()
115 private void setTimestamp(String timestamp) { in setTimestamp() method in TrackerEntry
213 entry.setTimestamp(timestamp); in createEntry()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java84 public final void setTimestamp(long timestamp) { in setTimestamp() method in Frame
85 mBackingStore.setTimestamp(timestamp); in setTimestamp()
H A DMotionSensor.java88 outFrame.setTimestamp(System.currentTimeMillis() * 1000000L); in onProcess()
H A DOutputPort.java96 frame.setTimestamp(mFilter.getCurrentTimestamp()); in pushFrame()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DCachedFrameManager.java49 result.setTimestamp(Frame.TIMESTAMP_NOT_SET); in newFrame()
59 result.setTimestamp(Frame.TIMESTAMP_NOT_SET); in newBoundFrame()
H A DFrame.java124 public void setTimestamp(long timestamp) { in setTimestamp() method in Frame
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
H A DStringSource.java51 output.setTimestamp(Frame.TIMESTAMP_UNKNOWN); in process()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java63 return new Builder().setNumber(number).setTimestamp(timestamp); in createForInsertion()
104 public Builder setTimestamp(long timestamp) { in setTimestamp() method in Voicemail.Builder
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEvent.java170 builder.setTimestamp(protoInputStream.readLong(PeopleEventProto.TIME)); in readFromProto()
236 private Builder setTimestamp(long timestamp) { in setTimestamp() method in Event.Builder
/aosp14/frameworks/base/media/mca/effect/java/android/media/effect/
H A DFilterEffect.java93 frame.setTimestamp(Frame.TIMESTAMP_UNKNOWN); in frameFromTexture()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DObjectSource.java63 mFrame.setTimestamp(Frame.TIMESTAMP_UNKNOWN); in process()
H A DGLTextureSource.java84 mFrame.setTimestamp(mTimestamp); in process()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DBitmapSource.java72 mImageFrame.setTimestamp(Frame.TIMESTAMP_UNKNOWN); in loadImage()
/aosp14/frameworks/base/media/java/android/media/
H A DImage.java294 public void setTimestamp(long timestamp) { in setTimestamp() method in Image
/aosp14/frameworks/base/core/java/com/android/internal/midi/
H A DMidiEventScheduler.java94 event.setTimestamp(timestamp); in createScheduledEvent()
H A DEventScheduler.java115 public void setTimestamp(long timestamp) { in setTimestamp() method in EventScheduler.SchedulableEvent
/aosp14/frameworks/base/core/java/com/android/ims/internal/uce/presence/
H A DPresTupleInfo.java79 public void setTimestamp(String timestamp) { in setTimestamp() method in PresTupleInfo
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DAudioTrackDecoder.java111 audioFrame.setTimestamp(mAudioPresentationTimeUs * 1000); in grabSample()
H A DGpuVideoTrackDecoder.java170 outputVideoFrame.setTimestamp(mCurrentPresentationTimeUs * 1000); in copyFrameDataTo()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DHotwordAudioStream.java149 .setTimestamp(mTimestamp) in buildUpon()
502 public @NonNull Builder setTimestamp(@NonNull AudioTimestamp value) { in setTimestamp() method in HotwordAudioStream.Builder
/aosp14/frameworks/base/core/tests/coretests/src/android/metrics/
H A DLogMakerTest.java52 builder.setTimestamp(timestamp); in testSerializeDeserialize()
165 builder.setTimestamp(1); in testSetAndClearTimestamp()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DMotionSensorWTime.java105 outFrame.setTimestamp(System.currentTimeMillis() * 1000000L); in onProcess()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/
H A DShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest.kt120 .setTimestamp(timestamp)
/aosp14/frameworks/base/core/java/android/metrics/
H A DMetricsReader.java95 .setTimestamp(eventTimestampMs) in read()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java218 output.setTimestamp(mSurfaceTexture.getTimestamp()); in process()

123