Home
last modified time | relevance | path

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

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