Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h175 void setDropTime(nsecs_t dropTime);
H A DFrameTimeline.cpp340 void SurfaceFrame::setDropTime(nsecs_t dropTime) { in setDropTime() function in android::frametimeline::SurfaceFrame
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFrameTimelineTest.cpp258 surfaceFrame1->setDropTime(12); in TEST_F()
1143 surfaceFrame1->setDropTime(15); in TEST_F()
1394 surfaceFrame1->setDropTime(sfStartTime); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1256 surfaceFrame->setDropTime(systemTime()); in addSurfaceFrameDroppedForBuffer()