Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h277 auto eventThread = makeMock<mock::EventThread>(options.useNiceMock);
278 auto sfEventThread = makeMock<mock::EventThread>(options.useNiceMock);
290 auto vsyncController = makeMock<mock::VsyncController>(options.useNiceMock);
1148 static std::unique_ptr<T> makeMock(bool useNiceMock) { in makeMock() function