Home
last modified time | relevance | path

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

/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp39 sp<Surface> gSurface; variable
71 gSurface = surface; in getNativeWindow_()
/aosp12/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp86 static sp<ANativeWindow> gSurface; variable
204 source, flags, gSurface, in playSource()
1065 gSurface = control->getSurface(); in main()
1066 CHECK(gSurface != NULL); in main()
1076 gSurface = new Surface(producer); in main()
1239 gSurface.clear(); in main()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp425 sp<ANativeWindow> gSurface = new Surface(producer); in setOutputSurface() local
426 ASSERT_NE(gSurface, nullptr) << "getSurface failed"; in setOutputSurface()