Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp82 static std::unique_ptr<InputSurface> makeColorInputSurface(const sp<SurfaceComposerClient> &scc, in makeColorInputSurface() argument
85 scc->createSurface(String8("Test Surface"), 0 /* bufHeight */, 0 /* bufWidth */, in makeColorInputSurface()
91 const sp<SurfaceComposerClient> &scc, int width, int height) { in makeBufferInputSurface() argument
93 scc->createSurface(String8("Test Buffer Surface"), width, height, in makeBufferInputSurface()
99 const sp<SurfaceComposerClient> &scc, int width, int height) { in makeContainerInputSurface() argument
101 scc->createSurface(String8("Test Container Surface"), 0 /* bufHeight */, in makeContainerInputSurface()
/frameworks/base/tools/aapt/tests/
DCrunchCache_test.cpp94 CrunchCache scc(source2,dest2,sff); in main() local
96 scc.crunch(scu); in main()