Searched refs:vsyncPhase (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 652 nsecs_t vsyncPhase, nsecs_t vsyncInterval, nsecs_t compositeTime, 655 nsecs_t vsyncPhase, nsecs_t vsyncInterval,
|
D | SurfaceFlinger.cpp | 1648 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()
|