Home
last modified time | relevance | path

Searched refs:PhaseOffsets (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVsyncConfiguration.cpp45 PhaseOffsets::VsyncConfigSet VsyncConfiguration::getConfigsForRefreshRate(Fps fps) const { in getConfigsForRefreshRate()
50 PhaseOffsets::VsyncConfigSet VsyncConfiguration::getConfigsForRefreshRateLocked(Fps fps) const { in getConfigsForRefreshRateLocked()
90 PhaseOffsets::PhaseOffsets(Fps currentRefreshRate) in PhaseOffsets() function in android::scheduler::impl::PhaseOffsets
91 : PhaseOffsets(currentRefreshRate, sysprop::vsync_event_phase_offset_ns(1000000), in PhaseOffsets()
112 PhaseOffsets::PhaseOffsets(Fps currentFps, nsecs_t vsyncPhaseOffsetNs, nsecs_t sfVSyncPhaseOffsetNs, in PhaseOffsets() function in android::scheduler::impl::PhaseOffsets
139 PhaseOffsets::VsyncConfigSet PhaseOffsets::constructOffsets(nsecs_t vsyncDuration) const { in constructOffsets()
163 PhaseOffsets::VsyncConfigSet PhaseOffsets::getDefaultOffsets(nsecs_t vsyncDuration) const { in getDefaultOffsets()
201 PhaseOffsets::VsyncConfigSet PhaseOffsets::getHighFpsOffsets(nsecs_t vsyncDuration) const { in getHighFpsOffsets()
H A DVsyncConfiguration.h101 class PhaseOffsets : public VsyncConfiguration {
103 explicit PhaseOffsets(Fps currentRefreshRate);
107 PhaseOffsets(Fps currentRefreshRate, nsecs_t vsyncPhaseOffsetNs, nsecs_t sfVSyncPhaseOffsetNs,
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVsyncConfigurationTest.cpp171 class TestablePhaseOffsets : public impl::PhaseOffsets {
184 : impl::PhaseOffsets(Fps(60.0f), vsyncPhaseOffsetNs, sfVSyncPhaseOffsetNs, in TestablePhaseOffsets()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerDefaultFactory.cpp63 return std::make_unique<scheduler::impl::PhaseOffsets>(currentRefreshRate); in createVsyncConfiguration()