Home
last modified time | relevance | path

Searched refs:dropTime (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionSurfaceFrameTest.cpp169 auto dropTime = droppedSurfaceFrame->getDropTime(); in DroppedSurfaceFrameForBufferTransaction() local
170 EXPECT_TRUE(dropTime > start && dropTime < end); in DroppedSurfaceFrameForBufferTransaction()
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp363 void SurfaceFrame::setDropTime(nsecs_t dropTime) { in setDropTime() argument
365 mDropTime = dropTime; in setDropTime()
503 std::chrono::nanoseconds dropTime(mDropTime - baseTime); in dump() local
505 std::chrono::duration<double, std::milli>(dropTime).count()); in dump()
DFrameTimeline.h186 void setDropTime(nsecs_t dropTime);
/frameworks/native/services/surfaceflinger/
DLayer.h802 nsecs_t dropTime);
DLayer.cpp1409 std::shared_ptr<frametimeline::SurfaceFrame>& surfaceFrame, nsecs_t dropTime) { in addSurfaceFrameDroppedForBuffer() argument
1410 surfaceFrame->setDropTime(dropTime); in addSurfaceFrameDroppedForBuffer()