Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp134 struct OutputTest : public testing::Test { struct
135 class Output : public impl::Output {
141 static std::shared_ptr<Output> createOutput( in createOutput()
146 OutputTest() { in OutputTest() argument
156 void injectOutputLayer(InjectedLayer& layer) { in injectOutputLayer()
160 void injectNullOutputLayer() { in injectNullOutputLayer()
164 static const Rect kDefaultDisplaySize;
166 StrictMock<mock::CompositionEngine> mCompositionEngine;
167 StrictMock<renderengine::mock::RenderEngine> mRenderEngine;
168 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
[all …]