Searched refs:getTimestamp (Results 1 - 25 of 55) sorted by last modified time

123

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaItemStatus.java208 public long getTimestamp() { method in class:MediaItemStatus
259 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - getTimestamp(), result);
H A DMediaSessionStatus.java95 public long getTimestamp() { method in class:MediaSessionStatus
132 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - getTimestamp(), result);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsTracker.java254 long getTimestamp() { method in class:InboundSmsTracker
H A DSmsBroadcastUndelivered.java128 if (tracker.getTimestamp() <
/frameworks/native/include/gui/
H A DGLConsumer.h140 // getTimestamp retrieves the timestamp associated with the texture image
146 int64_t getTimestamp();
/frameworks/native/libs/gui/
H A DGLConsumer.cpp852 nsecs_t GLConsumer::getTimestamp() { function in class:android::GLConsumer
853 ST_LOGV("getTimestamp");
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java191 long timestamp = mSurface.getTimestamp();
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1059 nsecs_t desiredPresentTime = mSurfaceFlingerConsumer->getTimestamp();
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DCSVFormatter.java45 rowOutput.append(entry.getTimestamp());
H A DKMLFormatter.java56 builder.addLine("<when>" + entry.getTimestamp() + "</when>");
H A DTrackerEntry.java135 String getTimestamp() { method in class:TrackerEntry
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java174 public long getTimestamp() { method in class:BackingStore
H A DCameraStreamer.java227 targetFrame.setTimestamp(mPreviewSurfaceTexture.getTimestamp());
352 targetFrame.setTimestamp(mPreviewSurfaceTexture.getTimestamp());
H A DFrame.java91 public final long getTimestamp() { method in class:Frame
92 return mBackingStore.getTimestamp();
99 return mBackingStore.getTimestamp() / 1000000L;
H A DInputPort.java188 long timestamp = frame.getTimestamp();
190 mFilter.onPulledFrameWithTimestamp(frame.getTimestamp());
H A DOutputPort.java94 long timestamp = frame.getTimestamp();
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java327 public long getTimestamp() { method in class:SurfaceTexture
/frameworks/base/location/java/android/location/
H A DCountry.java132 public final long getTimestamp() { method in class:Country
/frameworks/base/media/java/android/media/
H A DAudioTrack.java894 public boolean getTimestamp(AudioTimestamp timestamp) method in class:AudioTrack
H A DImage.java124 public abstract long getTimestamp(); method in class:Image
H A DImageReader.java605 public long getTimestamp() { method in class:ImageReader.SurfaceImage
H A DMediaCodec.java1729 public long getTimestamp() { method in class:MediaCodec.MediaImage
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java249 if (frame.getTimestamp() == Frame.TIMESTAMP_NOT_SET) {
259 mCurrentTimestamp = result.getTimestamp();
H A DFrame.java125 public long getTimestamp() { method in class:Frame
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java394 if (skipFrameAndModifyTimestamp(input.getTimestamp())) {
398 mTimestampNs = input.getTimestamp();

Completed in 1528 milliseconds

123