HomeSort by relevance Sort by last modified time
    Searched refs:gSurface (Results 1 - 2 of 2) sorted by null

  /system/media/wilhelm/tests/sandbox/
nativewindow.cpp 39 sp<Surface> gSurface;
72 gSurface = surface;
  /frameworks/base/cmds/stagefright/
stagefright.cpp 75 static sp<ANativeWindow> gSurface;
191 gSurface);
924 gSurface = control->getSurface();
925 CHECK(gSurface != NULL);
930 gSurface = new SurfaceTextureClient(texture);
935 gSurface.get(), NATIVE_WINDOW_API_MEDIA));
    [all...]

Completed in 78 milliseconds