Searched refs:VsyncConfiguration (Results 1 – 9 of 9) sorted by relevance
38 class VsyncConfiguration {40 virtual ~VsyncConfiguration() = default;56 class VsyncConfiguration : public scheduler::VsyncConfiguration {58 explicit VsyncConfiguration(Fps currentFps);99 class PhaseOffsets : public VsyncConfiguration {144 class WorkDuration : public VsyncConfiguration {
43 VsyncConfiguration::VsyncConfiguration(Fps currentFps) : mRefreshRateFps(currentFps) {} in VsyncConfiguration() function in android::scheduler::impl::VsyncConfiguration45 VsyncConfigSet VsyncConfiguration::getConfigsForRefreshRate(Fps fps) const { in getConfigsForRefreshRate()50 VsyncConfigSet VsyncConfiguration::getConfigsForRefreshRateLocked(Fps fps) const { in getConfigsForRefreshRateLocked()59 void VsyncConfiguration::dump(std::string& result) const { in dump()121 : VsyncConfiguration(currentFps), in PhaseOffsets()380 : VsyncConfiguration(currentRefreshRate), in WorkDuration()
79 class VsyncConfiguration; variable492 std::unique_ptr<VsyncConfiguration> mVsyncConfiguration GUARDED_BY(mVsyncConfigLock);
52 class VsyncConfiguration; variable70 virtual std::unique_ptr<scheduler::VsyncConfiguration> createVsyncConfiguration(
30 std::unique_ptr<scheduler::VsyncConfiguration> createVsyncConfiguration(
46 std::unique_ptr<scheduler::VsyncConfiguration> DefaultFactory::createVsyncConfiguration( in createVsyncConfiguration()
243 "Scheduler/VsyncConfiguration.cpp",
25 struct FakePhaseOffsets : VsyncConfiguration {
89 std::unique_ptr<scheduler::VsyncConfiguration> createVsyncConfiguration( in createVsyncConfiguration()