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 69 private static native void nativeSetDisplaySurface(
585 nativeSetDisplaySurface(displayToken, surface.mNativeObject);
588 nativeSetDisplaySurface(displayToken, 0);
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 339 static void nativeSetDisplaySurface(JNIEnv* env, jclass clazz,
622 {"nativeSetDisplaySurface", "(Landroid/os/IBinder;J)V",
623 (void*)nativeSetDisplaySurface },

Completed in 498 milliseconds