Searched defs:refreshStartTime (Results 1 - 3 of 3) 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.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);

Completed in 269 milliseconds