Home
last modified time | relevance | path

Searched defs:vsyncController (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_DisplayModeSwitching.cpp105 auto vsyncController = std::make_unique<mock::VsyncController>(); in SetUp() local
190 auto vsyncController = std::make_unique<mock::VsyncController>(); in setupScheduler() local
H A DTestableSurfaceFlinger.h274 auto vsyncController = makeMock<mock::VsyncController>(options.useNiceMock); variable