Home | History | Annotate | Download | only in jni

Lines Matching refs:Surface

44 #include <gui/Surface.h>
279 sp<Surface> surface(android_view_Surface_getSurface(env, jsurface));
280 if (surface != NULL) {
281 new_st = surface->getIGraphicBufferProducer();
284 "The surface does not have a binding SurfaceTexture!");
290 "The surface has been released");
319 // Handle the case where the display surface was set before the mp was
336 // Handle the case where the display surface was set before the mp was
857 {"_setVideoSurface", "(Landroid/view/Surface;)V", (void *)android_media_MediaPlayer_setVideoSurface},