Home
last modified time | relevance | path

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

123456

/frameworks/base/core/java/com/android/internal/midi/
DEventScheduler.java104 public long getTimestamp() { in getTimestamp() method in EventScheduler.SchedulableEvent
153 FastEventQueue list = mEventBuffer.get(event.getTimestamp()); in add()
158 mEventBuffer.put(event.getTimestamp(), list); in add()
161 if (event.getTimestamp() < lowestTime) { in add()
/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()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DNetworkEventTest.java158 assertEquals(event.getTimestamp(), unparceledEvent.getTimestamp()); in testConnectEventParceling()
180 assertEquals(event.getTimestamp(), unparceledEvent.getTimestamp()); in testDnsEventParceling()
/frameworks/av/services/mediaanalytics/
Dstatsd_drm.cpp45 nsecs_t timestamp = item->getTimestamp(); in statsd_mediadrm()
82 nsecs_t timestamp = item->getTimestamp(); in statsd_widevineCDM()
Dstatsd_extractor.cpp45 nsecs_t timestamp = item->getTimestamp(); in statsd_extractor()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingMessage.java83 && !Objects.equals(message.getTimestamp(), ownMessage.getTimestamp())) { in sameAs()
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointShared.cpp194 aaudio_result_t AAudioServiceEndpointShared::getTimestamp(int64_t *positionFrames, in getTimestamp() function in AAudioServiceEndpointShared
196 …aaudio_result_t result = mStreamInternal->getTimestamp(CLOCK_MONOTONIC, positionFrames, timeNanos); in getTimestamp()
DAAudioServiceEndpointShared.h53 aaudio_result_t getTimestamp(int64_t *positionFrames, int64_t *timeNanos) override;
/frameworks/base/core/tests/coretests/src/android/metrics/
DLogMakerTest.java66 assertEquals(timestamp, parsed.getTimestamp()); in testSerializeDeserialize()
166 assertEquals(1, builder.getTimestamp()); in testSetAndClearTimestamp()
168 assertEquals(0, builder.getTimestamp()); in testSetAndClearTimestamp()
/frameworks/native/include/input/
DTouchVideoFrame.h57 const struct timeval& getTimestamp() const;
/frameworks/av/media/libnbaio/include/media/nbaio/
DAudioStreamOutSink.h51 virtual status_t getTimestamp(ExtendedTimestamp &timestamp);
/frameworks/av/include/media/nbaio/
DAudioStreamOutSink.h51 virtual status_t getTimestamp(ExtendedTimestamp &timestamp);
/frameworks/base/media/java/android/media/
DTimedMetaData.java70 public long getTimestamp() { in getTimestamp() method in TimedMetaData
DImageWriter.java382 nativeQueueInputImage(mNativeContext, image, image.getTimestamp(), crop.left, crop.top, in queueInputImage()
569 image.getTimestamp(), crop.left, crop.top, crop.right, crop.bottom, in attachAndQueueInputImage()
741 public long getTimestamp() { in getTimestamp() method in ImageWriter.WriterSurfaceImage
DImage.java194 public abstract long getTimestamp(); in getTimestamp() method in Image
/frameworks/av/media/libnbaio/include_mono/media/nbaio/
DMonoPipe.h84 status_t getTimestamp(ExtendedTimestamp &timestamp);
/frameworks/base/core/java/android/hardware/camera2/params/
DOisSample.java67 public long getTimestamp() { in getTimestamp() method in OisSample
/frameworks/av/media/libaudioclient/include/media/
DIAudioTrack.h77 virtual status_t getTimestamp(AudioTimestamp& timestamp) = 0;
/frameworks/native/libs/input/tests/
DTouchVideoFrame_test.cpp36 ASSERT_EQ(TIMESTAMP.tv_sec, frame.getTimestamp().tv_sec); in TEST()
37 ASSERT_EQ(TIMESTAMP.tv_usec, frame.getTimestamp().tv_usec); in TEST()
/frameworks/base/native/android/
Dsurface_texture.cpp75 return st->consumer->getTimestamp(); in ASurfaceTexture_getTimestamp()
/frameworks/base/core/java/android/app/admin/
DNetworkEvent.java66 public long getTimestamp() { in getTimestamp() method in NetworkEvent
/frameworks/base/core/java/com/android/ims/internal/uce/presence/
DPresTupleInfo.java68 public String getTimestamp() { in getTimestamp() method in PresTupleInfo
/frameworks/av/media/ndk/
DNdkImagePriv.h56 media_status_t getTimestamp(/*out*/int64_t* timestamp) const;
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.h46 virtual aaudio_result_t getTimestamp(clockid_t clockId,

123456