Home
last modified time | relevance | path

Searched defs:hwcMinWorkDuration (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVsyncConfigurationTest.cpp38 nsecs_t hwcMinWorkDuration) in TestableWorkDuration()
183 nsecs_t thresholdForNextVsync, nsecs_t hwcMinWorkDuration) in TestablePhaseOffsets()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVsyncConfiguration.cpp122 nsecs_t thresholdForNextVsync, nsecs_t hwcMinWorkDuration) in PhaseOffsets()
370 nsecs_t hwcMinWorkDuration) in WorkDuration()
H A DVsyncModulator.h74 std::chrono::nanoseconds hwcMinWorkDuration; // Used for calculating the member
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2108 const auto hwcMinWorkDuration = mVsyncConfiguration->getCurrentConfigs().hwcMinWorkDuration; in onMessageRefresh() local