Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h593 setVsyncConfig(*config, vsyncPeriod); in modulateVsync()
823 void setVsyncConfig(const VsyncModulator::VsyncConfig&, nsecs_t vsyncPeriod);
H A DSurfaceFlinger.cpp3220 setVsyncConfig(mVsyncModulator->setVsyncConfigSet(mVsyncConfiguration->getCurrentConfigs()), in updatePhaseConfiguration()
3224 void SurfaceFlinger::setVsyncConfig(const VsyncModulator::VsyncConfig& config, in setVsyncConfig() function in android::SurfaceFlinger