Searched defs:vsyncPhase (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1469 nsecs_t vsyncPhase, nsecs_t vsyncInterval, nsecs_t compositeTime,
1493 vsyncPhase, vsyncInterval, compositeToPresentLatency);
1496 void SurfaceFlinger::setCompositorTimingSnapped(nsecs_t vsyncPhase, argument
1522 mCompositorTiming.deadline = vsyncPhase - idealLatency;
1556 nsecs_t vsyncPhase = mPrimaryDispSync.computeNextRefresh(0); local
1563 vsyncPhase, vsyncInterval, refreshStartTime, presentFenceTime);
1468 updateCompositorTiming( nsecs_t vsyncPhase, nsecs_t vsyncInterval, nsecs_t compositeTime, std::shared_ptr<FenceTime>& presentFenceTime) argument
H A DSurfaceFlinger_hwc1.cpp1196 nsecs_t vsyncPhase, nsecs_t vsyncInterval, nsecs_t compositeTime,
1220 vsyncPhase, vsyncInterval, compositeToPresentLatency);
1223 void SurfaceFlinger::setCompositorTimingSnapped(nsecs_t vsyncPhase, argument
1249 mCompositorTiming.deadline = vsyncPhase - idealLatency;
1274 nsecs_t vsyncPhase = mPrimaryDispSync.computeNextRefresh(0); local
1281 vsyncPhase, vsyncInterval, refreshStartTime, retireFenceTime);
1195 updateCompositorTiming( nsecs_t vsyncPhase, nsecs_t vsyncInterval, nsecs_t compositeTime, std::shared_ptr<FenceTime>& presentFenceTime) argument

Completed in 21 milliseconds