Searched refs:currentFps (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | VsyncConfiguration.cpp | 43 VsyncConfiguration::VsyncConfiguration(Fps currentFps) : mRefreshRateFps(currentFps) {} in VsyncConfiguration() argument 110 PhaseOffsets::PhaseOffsets(Fps currentFps, nsecs_t vsyncPhaseOffsetNs, nsecs_t sfVSyncPhaseOffsetNs, in PhaseOffsets() argument 121 : VsyncConfiguration(currentFps), in PhaseOffsets()
|
D | VsyncConfiguration.h | 60 explicit VsyncConfiguration(Fps currentFps); 152 WorkDuration(Fps currentFps, nsecs_t sfDuration, nsecs_t appDuration, nsecs_t sfEarlyDuration,
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | VsyncConfigurationTest.cpp | 35 TestableWorkDuration(Fps currentFps, nsecs_t sfDuration, nsecs_t appDuration, in TestableWorkDuration() argument 39 : impl::WorkDuration(currentFps, sfDuration, appDuration, sfEarlyDuration, in TestableWorkDuration()
|