Searched refs:scc (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/tests/ |
D | CrunchCache_test.cpp | 94 CrunchCache scc(source2,dest2,sff); in main() local 96 scc.crunch(scu); in main()
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 141 static std::unique_ptr<InputSurface> makeColorInputSurface(const sp<SurfaceComposerClient>& scc, in makeColorInputSurface() argument 144 scc->createSurface(String8("Test Surface"), 0 /* bufHeight */, 0 /* bufWidth */, in makeColorInputSurface() 151 const sp<SurfaceComposerClient>& scc, int width, int height) { in makeBufferInputSurface() argument 153 scc->createSurface(String8("Test Buffer Surface"), width, height, in makeBufferInputSurface() 159 const sp<SurfaceComposerClient>& scc, int width, int height) { in makeContainerInputSurface() argument 161 scc->createSurface(String8("Test Container Surface"), 0 /* bufHeight */, in makeContainerInputSurface() 168 const sp<SurfaceComposerClient>& scc, int width, int height) { in makeContainerInputSurfaceNoInputChannel() argument 170 scc->createSurface(String8("Test Container Surface"), 100 /* height */, in makeContainerInputSurfaceNoInputChannel() 178 const sp<SurfaceComposerClient>& scc, int width, int height) { in makeCursorInputSurface() argument 180 scc->createSurface(String8("Test Cursor Surface"), 0 /* bufHeight */, in makeCursorInputSurface() [all …]
|