Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1117 modulateVsync(&VsyncModulator::onRefreshRateChangeInitiated); in setDesiredActiveMode()
1754 modulateVsync(&VsyncModulator::onRefreshRateChangeCompleted); in onComposerHalVsync()
2151 modulateVsync(&VsyncModulator::onDisplayRefresh, usedGpuComposition); in onMessageRefresh()
2515 modulateVsync(&VsyncModulator::onTransactionCommit); in handleTransaction()
3459 modulateVsync(&VsyncModulator::setTransactionSchedule, schedule, token); in setTransactionFlags()
H A DSurfaceFlinger.h590 void modulateVsync(Handler handler, Args... args) { in modulateVsync() function