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

  /external/chromium_org/mojo/services/native_viewport/
platform_viewport_android.cc 57 jobject jsurface) {
58 base::android::ScopedJavaLocalRef<jobject> protector(env, jsurface);
64 window_ = ANativeWindow_fromSurface(env, jsurface);
platform_viewport_android.h 33 void SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);
  /external/chromium_org/android_webview/native/
external_video_surface_container_impl.h 37 JNIEnv* env, jobject obj, jint player_id, jobject jsurface);
external_video_surface_container_impl.cc 76 JNIEnv* env, jobject obj, jint player_id, jobject jsurface) {
78 surface_created_cb_.Run(static_cast<int>(player_id), jsurface); local
  /external/chromium_org/content/browser/android/
child_process_launcher_android.cc 174 ScopedJavaGlobalRef<jobject> jsurface; local
175 jsurface.Reset(env, surface);
176 if (jsurface.is_null())
181 &SetSurfacePeer, jsurface, pid, primary_id, secondary_id));

Completed in 68 milliseconds