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

  /frameworks/wilhelm/tests/sandbox/
nativewindow.cpp 39 sp<Surface> gSurface;
71 gSurface = surface;
  /frameworks/av/cmds/stagefright/
stagefright.cpp 70 static sp<ANativeWindow> gSurface;
186 gSurface);
936 gSurface = control->getSurface();
937 CHECK(gSurface != NULL);
943 gSurface = new Surface(bq);
948 gSurface.get(), NATIVE_WINDOW_API_MEDIA));
1110 gSurface.get(), NATIVE_WINDOW_API_MEDIA));
1112 gSurface.clear();

Completed in 261 milliseconds