Home
last modified time | relevance | path

Searched refs:jsurface (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/mojo/services/native_viewport/
Dplatform_viewport_android.cc57 jobject jsurface) { in SurfaceCreated() argument
58 base::android::ScopedJavaLocalRef<jobject> protector(env, jsurface); in SurfaceCreated()
64 window_ = ANativeWindow_fromSurface(env, jsurface); in SurfaceCreated()
Dplatform_viewport_android.h33 void SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);
/external/chromium_org/content/browser/android/
Dchild_process_launcher_android.cc174 ScopedJavaGlobalRef<jobject> jsurface; in EstablishSurfacePeer() local
175 jsurface.Reset(env, surface); in EstablishSurfacePeer()
176 if (jsurface.is_null()) in EstablishSurfacePeer()
181 &SetSurfacePeer, jsurface, pid, primary_id, secondary_id)); in EstablishSurfacePeer()
/external/chromium_org/android_webview/native/
Dexternal_video_surface_container_impl.cc76 JNIEnv* env, jobject obj, jint player_id, jobject jsurface) { in SurfaceCreated() argument
78 surface_created_cb_.Run(static_cast<int>(player_id), jsurface); in SurfaceCreated()
Dexternal_video_surface_container_impl.h37 JNIEnv* env, jobject obj, jint player_id, jobject jsurface);