Home
last modified time | relevance | path

Searched refs:onRefreshRateChangeInitiated (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.h71 [[nodiscard]] VsyncConfigOpt onRefreshRateChangeInitiated();
DVsyncModulator.cpp98 VsyncModulator::VsyncConfigOpt VsyncModulator::onRefreshRateChangeInitiated() { in onRefreshRateChangeInitiated() function in android::scheduler::VsyncModulator
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionApplicationTest.cpp207 mFlinger.mutableScheduler().vsyncModulator().onRefreshRateChangeInitiated()); in modulateVsync()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1341 mScheduler->modulateVsync(displayId, &VsyncModulator::onRefreshRateChangeInitiated); in setDesiredMode()