Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHistoryTest.cpp68 .setVsyncPeriod(int32_t(LO_FPS_PERIOD))
72 .setVsyncPeriod(int32_t(HI_FPS_PERIOD))
DSchedulerTest.cpp77 .setVsyncPeriod(int32_t(16666667)) in SchedulerTest()
DRefreshRateStatsTest.cpp84 .setVsyncPeriod(int32_t(vsyncPeriod)) in createConfig()
DTestableSurfaceFlinger.h208 .setVsyncPeriod(int32_t(16666667))
525 config.setVsyncPeriod(mRefreshRate); in inject()
DLayerHistoryTestV2.cpp108 .setVsyncPeriod(int32_t(LO_FPS_PERIOD))
112 .setVsyncPeriod(int32_t(HI_FPS_PERIOD))
DRefreshRateConfigsTest.cpp156 .setVsyncPeriod(int32_t(vsyncPeriod)) in createConfig()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h197 void setVsyncPeriod(nsecs_t period);
DScheduler.cpp353 setVsyncPeriod(period); in resyncToHardwareVsync()
367 void Scheduler::setVsyncPeriod(nsecs_t period) { in setVsyncPeriod() function in android::Scheduler
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h104 Builder& setVsyncPeriod(int32_t vsyncPeriod) { in setVsyncPeriod() function
DHWC2.cpp711 .setVsyncPeriod(getAttribute(configId, hal::Attribute::VSYNC_PERIOD)) in loadConfig()