Searched refs:sfEarlyDuration (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | VsyncConfiguration.cpp | 300 const auto sfEarlyDuration = sfDurationFixup(mSfEarlyDuration); in constructOffsets() local 311 .sfOffset = sfEarlyDuration.count() < vsyncDuration in constructOffsets() 312 ? sfDurationToOffset(sfEarlyDuration, vsyncDuration) in constructOffsets() 313 : sfDurationToOffset(sfEarlyDuration, vsyncDuration) - in constructOffsets() 316 .appOffset = appDurationToOffset(appEarlyDuration, sfEarlyDuration, in constructOffsets() 319 .sfWorkDuration = sfEarlyDuration, in constructOffsets() 366 nsecs_t sfEarlyDuration, nsecs_t appEarlyDuration, in WorkDuration() argument 372 mSfEarlyDuration(sfEarlyDuration), in WorkDuration()
|
D | VsyncConfiguration.h | 150 WorkDuration(Fps currentFps, nsecs_t sfDuration, nsecs_t appDuration, nsecs_t sfEarlyDuration,
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | VsyncConfigurationTest.cpp | 36 nsecs_t sfEarlyDuration, nsecs_t appEarlyDuration, in TestableWorkDuration() argument 39 : impl::WorkDuration(currentFps, sfDuration, appDuration, sfEarlyDuration, in TestableWorkDuration()
|