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.cpp128 auto vsyncController = std::make_unique<mock::VsyncController>(); in setupScheduler() local
DTestableSurfaceFlinger.h287 auto vsyncController = makeMock<mock::VsyncController>(options.useNiceMock); variable