Home
last modified time | relevance | path

Searched defs:dropTime (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp387 void SurfaceFrame::setDropTime(nsecs_t dropTime) { in setDropTime()
527 std::chrono::nanoseconds dropTime(mDropTime - baseTime); in dump() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTransactionSurfaceFrameTest.cpp173 auto dropTime = droppedSurfaceFrame->getDropTime(); in DroppedSurfaceFrameForBufferTransaction() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DLayer.cpp453 std::shared_ptr<frametimeline::SurfaceFrame>& surfaceFrame, nsecs_t dropTime) { in addSurfaceFrameDroppedForBuffer()