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

12

/frameworks/base/media/java/android/media/
H A DTimedMetaData.java54 public long getTimestamp() { method in class:TimedMetaData
H A DImage.java184 public abstract long getTimestamp(); method in class:Image
H A DMediaSync.java477 public MediaTimestamp getTimestamp() method in class:MediaSync
H A DImageReader.java720 public long getTimestamp() { method in class:ImageReader.SurfaceImage
H A DImageWriter.java324 inputImage.setTimestamp(image.getTimestamp());
334 nativeQueueInputImage(mNativeContext, image, image.getTimestamp(), crop.left, crop.top,
521 image.getTimestamp(), crop.left, crop.top, crop.right, crop.bottom);
675 public long getTimestamp() { method in class:ImageWriter.WriterSurfaceImage
/frameworks/av/media/libnbaio/
H A DAudioStreamOutSink.cpp69 status_t AudioStreamOutSink::getTimestamp(ExtendedTimestamp &timestamp) function in class:android::AudioStreamOutSink
H A DMonoPipe.cpp186 status_t MonoPipe::getTimestamp(ExtendedTimestamp &timestamp) function in class:android::MonoPipe
/frameworks/base/location/java/android/location/
H A DCountry.java132 public final long getTimestamp() { method in class:Country
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresTupleInfo.java65 public String getTimestamp() { method in class:PresTupleInfo
/frameworks/av/include/media/nbaio/
H A DNBAIO.h215 virtual status_t getTimestamp(ExtendedTimestamp &timestamp) { return INVALID_OPERATION; } function in class:android::NBAIO_Sink
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp126 virtual status_t getTimestamp(AudioTimestamp& timestamp) { function in class:android::BpAudioTrack
195 status_t status = getTimestamp(timestamp);
/frameworks/base/core/java/com/android/internal/midi/
H A DEventScheduler.java104 public long getTimestamp() { method in class:EventScheduler.SchedulableEvent
153 FastEventQueue list = mEventBuffer.get(event.getTimestamp());
158 mEventBuffer.put(event.getTimestamp(), list);
161 if (event.getTimestamp() < lowestTime) {
/frameworks/base/telephony/java/android/telephony/
H A DModemActivityInfo.java109 public long getTimestamp() { method in class:ModemActivityInfo
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaSessionStatus.java95 public long getTimestamp() { method in class:MediaSessionStatus
132 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - getTimestamp(), result);
H A DMediaItemStatus.java208 public long getTimestamp() { method in class:MediaItemStatus
259 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - getTimestamp(), result);
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp87 nsecs_t SurfaceMediaSource::getTimestamp() { function in class:android::SurfaceMediaSource
88 ALOGV("getTimestamp");
/frameworks/av/media/ndk/
H A DNdkImage.cpp159 AImage::getTimestamp(int64_t* timestamp) const { function in class:AImage
582 return image->getTimestamp(timestampNs);
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java327 public long getTimestamp() { method in class:SurfaceTexture
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrame.java91 public final long getTimestamp() { method in class:Frame
92 return mBackingStore.getTimestamp();
99 return mBackingStore.getTimestamp() / 1000000L;
H A DBackingStore.java174 public long getTimestamp() { method in class:BackingStore
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java135 String getTimestamp() { method in class:TrackerEntry
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsTracker.java261 public long getTimestamp() { method in class:InboundSmsTracker
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java125 public long getTimestamp() { method in class:Frame
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp775 int64_t GraphicBufferSource::getTimestamp(const BufferItem &item) { function in class:android::GraphicBufferSource
838 int64_t timeUs = getTimestamp(item);
/frameworks/av/include/private/media/
H A DAudioTrackShared.h325 status_t getTimestamp(ExtendedTimestamp *timestamp) { function in class:android::ClientProxy

Completed in 1239 milliseconds

12