Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.h77 [[nodiscard]] VsyncConfigOpt onDisplayRefresh(bool usedGpuComposition);
DVsyncModulator.cpp110 VsyncModulator::VsyncConfigOpt VsyncModulator::onDisplayRefresh(bool usedGpuComposition) { in onDisplayRefresh() function in android::scheduler::VsyncModulator
/frameworks/native/services/surfaceflinger/tests/unittests/
DVsyncModulatorTest.cpp79 EXPECT_EQ(result, mVsyncModulator->onDisplayRefresh(false)); \
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2985 mScheduler->modulateVsync({}, &VsyncModulator::onDisplayRefresh, hasGpuUseOrReuse); in composite()