Searched refs:modulateVsync (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TransactionApplicationTest.cpp | 205 void modulateVsync() { in modulateVsync() function in android::TransactionApplicationTest 726 modulateVsync(); in TEST_F()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.h | 178 void modulateVsync(std::optional<PhysicalDisplayId> id, Handler handler, Args... args) { in modulateVsync() function
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 1341 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()
|