Searched refs:gSurface (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp39 sp<Surface> gSurface; member in namespace:android
71 gSurface = surface;
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp70 static sp<ANativeWindow> gSurface; variable
186 gSurface);
937 gSurface = control->getSurface();
938 CHECK(gSurface != NULL);
948 gSurface = new Surface(producer);
953 gSurface.get(), NATIVE_WINDOW_API_MEDIA));
1116 gSurface.get(), NATIVE_WINDOW_API_MEDIA));
1118 gSurface.clear();

Completed in 89 milliseconds