Home
last modified time | relevance | path

Searched refs:getDropTime (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTransactionSurfaceFrameTest.cpp182 auto dropTime = droppedSurfaceFrame->getDropTime(); in DroppedSurfaceFrameForBufferTransaction()
396 auto dropTime1 = droppedSurfaceFrame1->getDropTime(); in BufferSurfaceFrame_ReplaceValidTokenBufferWithInvalidTokenBuffer()
403 auto dropTime2 = droppedSurfaceFrame2->getDropTime(); in BufferSurfaceFrame_ReplaceValidTokenBufferWithInvalidTokenBuffer()
H A DFrameTimelineTest.cpp269 EXPECT_EQ(12u, droppedSurfaceFrame.getDropTime()); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h210 nsecs_t getDropTime() const;
H A DFrameTimeline.cpp408 nsecs_t SurfaceFrame::getDropTime() const { in getDropTime() function in android::frametimeline::SurfaceFrame