Home
last modified time | relevance | path

Searched refs:currentFps (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncConfiguration.cpp43 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()
DVsyncConfiguration.h60 explicit VsyncConfiguration(Fps currentFps);
152 WorkDuration(Fps currentFps, nsecs_t sfDuration, nsecs_t appDuration, nsecs_t sfEarlyDuration,
/frameworks/native/services/surfaceflinger/tests/unittests/
DVsyncConfigurationTest.cpp35 TestableWorkDuration(Fps currentFps, nsecs_t sfDuration, nsecs_t appDuration, in TestableWorkDuration() argument
39 : impl::WorkDuration(currentFps, sfDuration, appDuration, sfEarlyDuration, in TestableWorkDuration()