Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.cpp110 VsyncModulator::VsyncConfigOpt VsyncModulator::onDisplayRefresh(bool usedGpuComposition) { in onDisplayRefresh() argument
120 if (usedGpuComposition) { in onDisplayRefresh()
DVsyncModulator.h108 [[nodiscard]] VsyncConfigOpt onDisplayRefresh(bool usedGpuComposition);
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2137 const bool usedGpuComposition = mHadClientComposition || mReusedClientComposition; in onMessageRefresh() local
2138 modulateVsync(&VsyncModulator::onDisplayRefresh, usedGpuComposition); in onMessageRefresh()