Home
last modified time | relevance | path

Searched refs:setVsyncPeriod (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplayMode.h30 .setVsyncPeriod(refreshRate.getPeriodNsecs())
40 .setVsyncPeriod(modePtr->getVsyncPeriod()) in cloneForDisplay()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp664 .setVsyncPeriod(16666666) in TEST_F()
675 .setVsyncPeriod(16666666) in TEST_F()
686 .setVsyncPeriod(16666666) in TEST_F()
700 .setVsyncPeriod(16666666) in TEST_F()
DSchedulerTest.cpp196 .setVsyncPeriod(111111) in TEST_F()
DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp244 .setVsyncPeriod(DEFAULT_VSYNC_PERIOD) in setupNewDisplayDeviceInternalTest()
DTestableSurfaceFlinger.h614 auto& setVsyncPeriod(nsecs_t vsyncPeriod) { in setVsyncPeriod() function
838 .setVsyncPeriod( in inject()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h78 Builder& setVsyncPeriod(nsecs_t vsyncPeriod) { in setVsyncPeriod() function
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h259 void setVsyncPeriod(nsecs_t period);
DScheduler.cpp440 setVsyncPeriod(refreshRate.getPeriodNsecs()); in resyncToHardwareVsync()
458 void Scheduler::setVsyncPeriod(nsecs_t period) { in setVsyncPeriod() function in android::scheduler::Scheduler
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2732 .setVsyncPeriod(hwcMode.vsyncPeriod) in loadDisplayModes()