Searched defs:setTimestamp (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/media/java/android/media/
H A DImage.java241 public void setTimestamp(long timestamp) { method in class:Image
H A DImageReader.java886 public void setTimestamp(long timestampNs) { method in class:ImageReader.SurfaceImage
H A DImageWriter.java742 public void setTimestamp(long timestamp) { method in class:ImageWriter.WriterSurfaceImage
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresTupleInfo.java73 public void setTimestamp(String timestamp) { method in class:PresTupleInfo
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DMediaSessionStatus.java186 setTimestamp(SystemClock.elapsedRealtime());
206 public Builder setTimestamp(long elapsedRealtimeTimestamp) { method in class:MediaSessionStatus.Builder
H A DMediaItemStatus.java324 setTimestamp(SystemClock.elapsedRealtime());
344 public Builder setTimestamp(long elapsedRealtimeTimestamp) { method in class:MediaItemStatus.Builder
/frameworks/base/core/java/com/android/internal/midi/
H A DEventScheduler.java112 public void setTimestamp(long timestamp) { method in class:EventScheduler.SchedulableEvent
/frameworks/base/telephony/java/android/telephony/
H A DModemActivityInfo.java113 public void setTimestamp(long timestamp) { method in class:ModemActivityInfo
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DMediaSessionStatus.java187 setTimestamp(SystemClock.elapsedRealtime());
207 public Builder setTimestamp(long elapsedRealtimeTimestamp) { method in class:MediaSessionStatus.Builder
H A DMediaItemStatus.java325 setTimestamp(SystemClock.elapsedRealtime());
345 public Builder setTimestamp(long elapsedRealtimeTimestamp) { method in class:MediaItemStatus.Builder
/frameworks/base/core/java/android/content/
H A DClipDescription.java156 public void setTimestamp(long timeStamp) { method in class:ClipDescription
/frameworks/base/core/java/android/metrics/
H A DLogMaker.java117 public LogMaker setTimestamp(long timestamp) { method in class:LogMaker
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java84 public final void setTimestamp(long timestamp) { method in class:Frame
85 mBackingStore.setTimestamp(timestamp);
H A DBackingStore.java181 public void setTimestamp(long timestamp) { method in class:BackingStore
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java99 entry.setTimestamp(timestampVal);
110 entry.setTimestamp(timestampVal);
115 private void setTimestamp(String timestamp) { method in class:TrackerEntry
213 entry.setTimestamp(timestamp);
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue_producer-test.cpp42 QueueBufferInputBuilder& setTimestamp(int64_t timestamp) { function in struct:android::dvr::__anon1698::QueueBufferInputBuilder
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DPlaylistItem.java51 setTimestamp(SystemClock.elapsedRealtime());
66 public void setTimestamp(long ts) { method in class:PlaylistItem
118 .setTimestamp(mTimestamp)
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DPlaylistItem.java51 setTimestamp(SystemClock.elapsedRealtime());
66 public void setTimestamp(long ts) { method in class:PlaylistItem
118 .setTimestamp(mTimestamp)
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java121 public void setTimestamp(long timestamp) { method in class:Frame
/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java63 return new Builder().setNumber(number).setTimestamp(timestamp);
104 public Builder setTimestamp(long timestamp) { method in class:Voicemail.Builder
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp172 QueueBufferInputBuilder& setTimestamp(int64_t timestamp) { function in struct:android::IGraphicBufferProducerTest::QueueBufferInputBuilder
/frameworks/av/include/private/media/
H A DAudioTrackShared.h537 virtual void setTimestamp(const ExtendedTimestamp &timestamp) { function in class:android::ServerProxy
/frameworks/av/media/libmediametrics/
H A DMediaAnalyticsItem.cpp169 MediaAnalyticsItem &MediaAnalyticsItem::setTimestamp(nsecs_t ts) { function in class:android::MediaAnalyticsItem
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp428 CameraHardwareInterface::setTimestamp(int64_t timestamp) { function in class:android::CameraHardwareInterface
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java1720 public void setTimestamp(long value) { method in class:ShortcutInfo

Completed in 581 milliseconds