Searched refs:gSurface (Results 1 – 3 of 3) sorted by relevance
39 sp<Surface> gSurface; variable71 gSurface = surface; in getNativeWindow_()
86 static sp<ANativeWindow> gSurface; variable204 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()
423 sp<ANativeWindow> gSurface = new Surface(producer); in setOutputSurface() local424 ASSERT_NE(gSurface, nullptr) << "getSurface failed"; in setOutputSurface()