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.cpp72 static sp<ANativeWindow> gSurface; variable
188 gSurface);
944 gSurface = control->getSurface();
945 CHECK(gSurface != NULL);
955 gSurface = new Surface(producer);
960 gSurface.get(), NATIVE_WINDOW_API_MEDIA));
1123 gSurface.get(), NATIVE_WINDOW_API_MEDIA));
1125 gSurface.clear();

Completed in 241 milliseconds