Lines Matching refs:VsyncConfigSet
41 virtual VsyncConfigSet getCurrentConfigs() const = 0;
42 virtual VsyncConfigSet getConfigsForRefreshRate(Fps fps) const = 0;
61 VsyncConfigSet getConfigsForRefreshRate(Fps fps) const override EXCLUDES(mLock);
64 VsyncConfigSet getCurrentConfigs() const override EXCLUDES(mLock) { in getCurrentConfigs()
86 virtual VsyncConfigSet constructOffsets(nsecs_t vsyncDuration) const = 0;
88 VsyncConfigSet getConfigsForRefreshRateLocked(Fps fps) const REQUIRES(mLock);
90 mutable ftl::SmallMap<Fps, VsyncConfigSet, 2, FpsApproxEqual> mOffsetsCache GUARDED_BY(mLock);
116 VsyncConfigSet constructOffsets(nsecs_t vsyncDuration) const override;
118 VsyncConfigSet getDefaultOffsets(nsecs_t vsyncPeriod) const;
119 VsyncConfigSet getHighFpsOffsets(nsecs_t vsyncPeriod) const;
155 VsyncConfigSet constructOffsets(nsecs_t vsyncDuration) const override;