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.cpp71 static sp<ANativeWindow> gSurface; variable
187 gSurface);
938 gSurface = control->getSurface();
939 CHECK(gSurface != NULL);
944 gSurface = new Surface(texture->getBufferQueue());
949 gSurface.get(), NATIVE_WINDOW_API_MEDIA));
1136 gSurface.get(), NATIVE_WINDOW_API_MEDIA));
1138 gSurface.clear();

Completed in 66 milliseconds