Home
last modified time | relevance | path

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

/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()
DVsyncModulator.h76 std::chrono::nanoseconds hwcMinWorkDuration; // Used for calculating the member
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2233 const auto hwcMinWorkDuration = mVsyncConfiguration->getCurrentConfigs().hwcMinWorkDuration; in composite() local