Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DVsyncConfig.h50 std::chrono::nanoseconds hwcMinWorkDuration; // Used for calculating the earliest present time. member
DFrameTargeter.h151 Duration hwcMinWorkDuration; 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/Scheduler/src/
DFrameTargeter.cpp134 Duration hwcMinWorkDuration) { in computeEarliestPresentTime()