/external/chromium_org/mojo/services/native_viewport/ |
native_viewport_android.cc | 61 jobject jsurface) { 62 base::android::ScopedJavaLocalRef<jobject> protector(env, jsurface); 63 window_ = ANativeWindow_fromSurface(env, jsurface);
|
native_viewport_android.h | 34 void SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);
|
/external/chromium_org/content/browser/android/ |
content_view_render_view.cc | 70 JNIEnv* env, jobject obj, jobject jsurface) { 72 compositor_->SetSurface(jsurface);
|
child_process_launcher_android.cc | 144 ScopedJavaGlobalRef<jobject> jsurface; local 145 jsurface.Reset(env, surface); 146 if (jsurface.is_null()) 151 &SetSurfacePeer, jsurface, pid, primary_id, secondary_id));
|
content_view_render_view.h | 30 void SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);
|
content_view_core_impl.h | 219 jobject jsurface);
|
content_view_core_impl.cc | 1322 static_cast<int>(player_id), jsurface); local [all...] |
/external/chromium_org/content/browser/renderer_host/ |
compositor_impl_android.cc | 128 jobject jsurface = it == surfaces->end() ? NULL : it->second.obj(); local 130 LOG_IF(WARNING, !jsurface) << "No surface for surface id " << surface_id; 131 return jsurface;
|
/frameworks/base/media/jni/ |
android_media_MediaPlayer.cpp | 266 setVideoSurface(JNIEnv *env, jobject thiz, jobject jsurface, jboolean mediaPlayerMustBeAlive) 279 if (jsurface) { 280 sp<Surface> surface(android_view_Surface_getSurface(env, jsurface)); 306 android_media_MediaPlayer_setVideoSurface(JNIEnv *env, jobject thiz, jobject jsurface) 308 setVideoSurface(env, thiz, jsurface, true /* mediaPlayerMustBeAlive */); [all...] |
android_media_MediaCodec.cpp | 424 jobject jsurface, 443 if (jsurface != NULL) { 444 sp<Surface> surface(android_view_Surface_getSurface(env, jsurface));
|