Searched refs:refreshStartTime (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/gui/
H A DFrameTimestamps.cpp394 uint64_t frameNumber, nsecs_t refreshStartTime) {
401 frame->lastRefreshStartTime = refreshStartTime;
404 frame->firstRefreshStartTime = refreshStartTime;
393 addPreComposition( uint64_t frameNumber, nsecs_t refreshStartTime) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h503 void preComposition(nsecs_t refreshStartTime);
504 void postComposition(nsecs_t refreshStartTime);
H A DSurfaceFlinger.cpp1386 nsecs_t refreshStartTime = systemTime(SYSTEM_TIME_MONOTONIC); local
1388 preComposition(refreshStartTime);
1393 postComposition(refreshStartTime);
1451 void SurfaceFlinger::preComposition(nsecs_t refreshStartTime) argument
1458 if (layer->onPreComposition(refreshStartTime)) {
1527 void SurfaceFlinger::postComposition(nsecs_t refreshStartTime) argument
1559 // We use the refreshStartTime which might be sampled a little later than
1563 vsyncPhase, vsyncInterval, refreshStartTime, presentFenceTime);
H A DSurfaceFlinger_hwc1.cpp1131 nsecs_t refreshStartTime = systemTime(SYSTEM_TIME_MONOTONIC); local
1133 preComposition(refreshStartTime);
1138 postComposition(refreshStartTime);
1181 void SurfaceFlinger::preComposition(nsecs_t refreshStartTime) argument
1185 if (layer->onPreComposition(refreshStartTime)) {
1254 void SurfaceFlinger::postComposition(nsecs_t refreshStartTime) argument
1277 // We use the refreshStartTime which might be sampled a little later than
1281 vsyncPhase, vsyncInterval, refreshStartTime, retireFenceTime);
H A DLayer.h356 bool onPreComposition(nsecs_t refreshStartTime);
H A DLayer.cpp1997 bool Layer::onPreComposition(nsecs_t refreshStartTime) {
2000 mFrameEventHistory.addPreComposition(mCurrentFrameNumber, refreshStartTime);
/frameworks/native/include/gui/
H A DFrameTimestamps.h216 void addPreComposition(uint64_t frameNumber, nsecs_t refreshStartTime);

Completed in 701 milliseconds