Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DVsyncConfig.h50 std::chrono::nanoseconds hwcMinWorkDuration; // Used for calculating the earliest present time. member
/frameworks/native/services/surfaceflinger/tests/unittests/
DVsyncConfigurationTest.cpp38 nsecs_t hwcMinWorkDuration) in TestableWorkDuration()
183 nsecs_t thresholdForNextVsync, nsecs_t hwcMinWorkDuration) in TestablePhaseOffsets()
/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncConfiguration.cpp120 nsecs_t thresholdForNextVsync, nsecs_t hwcMinWorkDuration) in PhaseOffsets()
368 nsecs_t hwcMinWorkDuration) in WorkDuration()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2588 const auto hwcMinWorkDuration = mVsyncConfiguration->getCurrentConfigs().hwcMinWorkDuration; in composite() local