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

/frameworks/support/v7/mediarouter/src/android/support/v7/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/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/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java121 public void setTimestamp(long timestamp) { method in class:Frame
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp147 QueueBufferInputBuilder& setTimestamp(int64_t timestamp) { function in struct:android::IGraphicBufferProducerTest::QueueBufferInputBuilder

Completed in 187 milliseconds