Searched refs:sfVSyncPhaseOffsetNs (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | VsyncConfiguration.cpp | 112 PhaseOffsets::PhaseOffsets(Fps currentFps, nsecs_t vsyncPhaseOffsetNs, nsecs_t sfVSyncPhaseOffsetNs, in PhaseOffsets() argument 125 mSfVSyncPhaseOffsetNs(sfVSyncPhaseOffsetNs), in PhaseOffsets()
|
H A D | VsyncConfiguration.h | 107 PhaseOffsets(Fps currentRefreshRate, nsecs_t vsyncPhaseOffsetNs, nsecs_t sfVSyncPhaseOffsetNs,
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | VsyncConfigurationTest.cpp | 173 TestablePhaseOffsets(nsecs_t vsyncPhaseOffsetNs, nsecs_t sfVSyncPhaseOffsetNs, in TestablePhaseOffsets() argument 184 : impl::PhaseOffsets(Fps(60.0f), vsyncPhaseOffsetNs, sfVSyncPhaseOffsetNs, in TestablePhaseOffsets()
|