Searched refs:sfVsyncPhaseOffsetNs (Results 1 – 2 of 2) sorted by relevance
138 int64_t SurfaceFlinger::sfVsyncPhaseOffsetNs; member in android::SurfaceFlinger251 sfVsyncPhaseOffsetNs = getInt64< ISurfaceFlingerConfigs, in SurfaceFlinger()337 mVsyncModulator.setPhaseOffsets(sfVsyncPhaseOffsetNs - earlyWakeupOffsetOffsetNs, in SurfaceFlinger()338 sfVsyncPhaseOffsetNs); in SurfaceFlinger()655 SurfaceFlinger::sfVsyncPhaseOffsetNs, true, "sf"); in init()902 sfVsyncPhaseOffsetNs + 1000000; in getDisplayConfigs()1679 nsecs_t idealLatency = (sfVsyncPhaseOffsetNs > 0) ? in setCompositorTimingSnapped()1680 (vsyncInterval - (sfVsyncPhaseOffsetNs % vsyncInterval)) : in setCompositorTimingSnapped()1681 ((-sfVsyncPhaseOffsetNs) % vsyncInterval); in setCompositorTimingSnapped()4212 vsyncPhaseOffsetNs, sfVsyncPhaseOffsetNs, mVsyncModulator.getEarlyPhaseOffset(), in dumpAllLocked()
259 static int64_t sfVsyncPhaseOffsetNs; variable