Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrame.java91 public final long getTimestamp() { in getTimestamp() method in Frame
92 return mBackingStore.getTimestamp(); in getTimestamp()
99 return mBackingStore.getTimestamp() / 1000000L; in getTimestampMillis()
DInputPort.java188 long timestamp = frame.getTimestamp(); in pullFrame()
190 mFilter.onPulledFrameWithTimestamp(frame.getTimestamp()); in pullFrame()
DOutputPort.java94 long timestamp = frame.getTimestamp(); in pushFrame()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaSessionStatus.java95 public long getTimestamp() { in getTimestamp() method in MediaSessionStatus
132 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - getTimestamp(), result); in toString()
DMediaItemStatus.java208 public long getTimestamp() { in getTimestamp() method in MediaItemStatus
259 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - getTimestamp(), result); in toString()
/frameworks/base/media/java/android/media/
DImage.java124 public abstract long getTimestamp(); in getTimestamp() method in Image
/frameworks/av/include/media/nbaio/
DAudioStreamOutSink.h55 virtual status_t getTimestamp(AudioTimestamp& timestamp);
DMonoPipe.h95 status_t getTimestamp(AudioTimestamp& timestamp);
DNBAIO.h231 virtual status_t getTimestamp(AudioTimestamp& timestamp) { return INVALID_OPERATION; } in getTimestamp() function
/frameworks/av/include/media/
DIAudioTrack.h92 virtual status_t getTimestamp(AudioTimestamp& timestamp) = 0;
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DKMLFormatter.java56 builder.addLine("<when>" + entry.getTimestamp() + "</when>"); in getOutput()
DCSVFormatter.java45 rowOutput.append(entry.getTimestamp()); in getOutput()
/frameworks/av/media/libnbaio/
DAudioStreamOutSink.cpp81 status_t AudioStreamOutSink::getTimestamp(AudioTimestamp& timestamp) in getTimestamp() function in android::AudioStreamOutSink
/frameworks/av/include/media/stagefright/
DSurfaceMediaSource.h99 int64_t getTimestamp();
/frameworks/base/location/java/android/location/
DCountry.java132 public final long getTimestamp() { in getTimestamp() method in Country
/frameworks/av/media/libmedia/
DIAudioTrack.cpp178 virtual status_t getTimestamp(AudioTimestamp& timestamp) { in getTimestamp() function in android::BpAudioTrack
276 status_t status = getTimestamp(timestamp); in onTransact()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java394 if (skipFrameAndModifyTimestamp(input.getTimestamp())) { in process()
398 mTimestampNs = input.getTimestamp(); in process()
/frameworks/base/graphics/java/android/graphics/
DSurfaceTexture.java327 public long getTimestamp() { in getTimestamp() method in SurfaceTexture
/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.h198 int64_t getTimestamp(const BufferQueue::BufferItem &item);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrame.java125 public long getTimestamp() { in getTimestamp() method in Frame
/frameworks/native/include/gui/
DGLConsumer.h146 int64_t getTimestamp();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsBroadcastUndelivered.java128 if (tracker.getTimestamp() < in scanRawTable()
DInboundSmsTracker.java254 long getTimestamp() { in getTimestamp() method in InboundSmsTracker
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
DSurfaceTextureSource.java219 output.setTimestamp(mSurfaceTexture.getTimestamp()); in process()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h88 virtual status_t getTimestamp(AudioTimestamp &ts) const;
202 virtual status_t getTimestamp(AudioTimestamp &ts) const;

123