Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionApplicationTest.cpp205 void modulateVsync() { in modulateVsync() function in android::TransactionApplicationTest
726 modulateVsync(); in TEST_F()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h178 void modulateVsync(std::optional<PhysicalDisplayId> id, Handler handler, Args... args) { in modulateVsync() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1341 mScheduler->modulateVsync(displayId, &VsyncModulator::onRefreshRateChangeInitiated); in setDesiredMode()
2236 mScheduler->modulateVsync(displayIdOpt, &VsyncModulator::onRefreshRateChangeCompleted); in onComposerHalVsync()
2985 mScheduler->modulateVsync({}, &VsyncModulator::onDisplayRefresh, hasGpuUseOrReuse); in composite()
3391 mScheduler->modulateVsync({}, &VsyncModulator::onTransactionCommit); in commitTransactions()
3412 mScheduler->modulateVsync({}, &VsyncModulator::onTransactionCommit); in commitTransactionsLegacy()
4819 mScheduler->modulateVsync({}, &VsyncModulator::setTransactionSchedule, schedule, applyToken); in setTransactionFlags()