Home
last modified time | relevance | path

Searched refs:vsyncPhase (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h652 nsecs_t vsyncPhase, nsecs_t vsyncInterval, nsecs_t compositeTime,
655 nsecs_t vsyncPhase, nsecs_t vsyncInterval,
DSurfaceFlinger.cpp1648 nsecs_t vsyncPhase, nsecs_t vsyncInterval, nsecs_t compositeTime, in updateCompositorTiming() argument
1672 vsyncPhase, vsyncInterval, compositeToPresentLatency); in updateCompositorTiming()
1675 void SurfaceFlinger::setCompositorTimingSnapped(nsecs_t vsyncPhase, in setCompositorTimingSnapped() argument
1701 getBE().mCompositorTiming.deadline = vsyncPhase - idealLatency; in setCompositorTimingSnapped()
1735 nsecs_t vsyncPhase = mPrimaryDispSync.computeNextRefresh(0); in postComposition() local
1742 vsyncPhase, vsyncInterval, refreshStartTime, presentFenceTime); in postComposition()