Home
last modified time | relevance | path

Searched defs:setTimestamp (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
DPresTupleInfo.java73 public void setTimestamp(String timestamp) { in setTimestamp() method in PresTupleInfo
/frameworks/base/media/java/android/media/
DImage.java207 public void setTimestamp(long timestamp) { in setTimestamp() method in Image
DImageWriter.java682 public void setTimestamp(long timestamp) { in setTimestamp() method in ImageWriter.WriterSurfaceImage
DImageReader.java726 public void setTimestamp(long timestampNs) { in setTimestamp() method in ImageReader.SurfaceImage
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaSessionStatus.java206 public Builder setTimestamp(long elapsedRealtimeTimestamp) { in setTimestamp() method in MediaSessionStatus.Builder
DMediaItemStatus.java344 public Builder setTimestamp(long elapsedRealtimeTimestamp) { in setTimestamp() method in MediaItemStatus.Builder
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrame.java84 public final void setTimestamp(long timestamp) { in setTimestamp() method in Frame
DBackingStore.java181 public void setTimestamp(long timestamp) { in setTimestamp() method in BackingStore
/frameworks/base/core/java/com/android/internal/midi/
DEventScheduler.java112 public void setTimestamp(long timestamp) { in setTimestamp() method in EventScheduler.SchedulableEvent
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrame.java121 public void setTimestamp(long timestamp) { in setTimestamp() method in Frame
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java115 private void setTimestamp(String timestamp) { in setTimestamp() method in TrackerEntry
/frameworks/base/telecomm/java/android/telecom/
DVoicemail.java104 public Builder setTimestamp(long timestamp) { in setTimestamp() method in Voicemail.Builder
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java700 public void setTimestamp(long value) { in setTimestamp() method in ShortcutInfo
/frameworks/av/include/private/media/
DAudioTrackShared.h521 virtual void setTimestamp(const ExtendedTimestamp &timestamp) { in setTimestamp() function
/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp147 QueueBufferInputBuilder& setTimestamp(int64_t timestamp) { in setTimestamp() function