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

  /frameworks/base/core/java/android/view/
SurfaceControl.java 62 private static native void nativeSetDisplaySurface(
502 nativeSetDisplaySurface(displayToken, surface.mNativeSurface);
505 nativeSetDisplaySurface(displayToken, 0);
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 338 static void nativeSetDisplaySurface(JNIEnv* env, jclass clazz,
446 {"nativeSetDisplaySurface", "(Landroid/os/IBinder;I)V",
447 (void*)nativeSetDisplaySurface },

Completed in 165 milliseconds