Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-20357/
Dpoc.cpp42 sp<SurfaceControl> newSurfaceControl = new SurfaceControl(surfaceControl); in main() local
43 FAIL_CHECK(newSurfaceControl->mWidth == width); in main()
44 FAIL_CHECK(newSurfaceControl->mHeight == height); in main()
45 FAIL_CHECK(newSurfaceControl->mCreateFlags == createFlags); in main()
46 if (newSurfaceControl->mFormat == format) { in main()