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

  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 40 extern ANPSurfaceInterfaceV0 gSurfaceI;
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 40 extern ANPSurfaceInterfaceV0 gSurfaceI;
151 !gSurfaceI.lock(env, m_surface, &bitmap, NULL)) {
179 gSurfaceI.unlock(env, m_surface);
  /development/samples/BrowserPlugin/jni/
main.cpp 76 ANPSurfaceInterfaceV0 gSurfaceI;
125 { kSurfaceInterfaceV0_ANPGetValue, sizeof(gSurfaceI), &gSurfaceI },
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 37 extern ANPSurfaceInterfaceV0 gSurfaceI;
101 !gSurfaceI.lock(env, m_surface, &bitmap, dirtyRect)) {
136 gSurfaceI.unlock(env, m_surface);

Completed in 171 milliseconds