Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp260 setVsyncPeriod(period); in resyncToHardwareVsync()
279 void Scheduler::setVsyncPeriod(const nsecs_t period) { in setVsyncPeriod() function in android::Scheduler
DScheduler.h219 void setVsyncPeriod(const nsecs_t period);
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h456 config.setVsyncPeriod(mRefreshRate); in inject()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h153 Builder& setVsyncPeriod(int32_t vsyncPeriod) { in setVsyncPeriod() function
DHWC2.cpp759 .setVsyncPeriod(getAttribute(configId, Attribute::VsyncPeriod)) in loadConfig()