Home
last modified time | relevance | path

Searched refs:setVsyncConfig (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h188 setVsyncConfig(*config, getPacesetterVsyncPeriod()); in modulateVsync()
378 void setVsyncConfig(const VsyncConfig&, Period vsyncPeriod);
DScheduler.cpp482 setVsyncConfig(mVsyncModulator->setVsyncConfigSet(mVsyncConfiguration->getCurrentConfigs()), in updatePhaseConfiguration()
498 void Scheduler::setVsyncConfig(const VsyncConfig& config, Period vsyncPeriod) { in setVsyncConfig() function in android::scheduler::Scheduler