Searched defs:FakePhaseOffsets (Results 1 – 2 of 2) sorted by relevance
25 struct FakePhaseOffsets : VsyncConfiguration { struct26 static constexpr nsecs_t FAKE_PHASE_OFFSET_NS = 0;27 static constexpr auto FAKE_DURATION_OFFSET_NS = std::chrono::nanoseconds(0);29 VsyncConfigSet getConfigsForRefreshRate(Fps) const override { return getCurrentConfigs(); } in getConfigsForRefreshRate()31 VsyncConfigSet getCurrentConfigs() const override { in getCurrentConfigs()41 void reset() override {} in reset()42 void setRefreshRateFps(Fps) override {} in setRefreshRateFps()43 void dump(std::string&) const override {} in dump()
200 struct FakePhaseOffsets : scheduler::VsyncConfiguration { struct201 static constexpr nsecs_t FAKE_PHASE_OFFSET_NS = 0;202 static constexpr auto FAKE_DURATION_OFFSET_NS = std::chrono::nanoseconds(0);204 scheduler::VsyncConfigSet getConfigsForRefreshRate(Fps) const override { in getConfigsForRefreshRate()208 scheduler::VsyncConfigSet getCurrentConfigs() const override { in getCurrentConfigs()218 void reset() override {} in reset()219 void setRefreshRateFps(Fps) override {} in setRefreshRateFps()220 void dump(std::string &) const override {} in dump()