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 83 private static native void nativeSetDisplaySurface(
754 nativeSetDisplaySurface(displayToken, surface.mNativeObject);
757 nativeSetDisplaySurface(displayToken, 0);
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 432 static void nativeSetDisplaySurface(JNIEnv* env, jclass clazz,
824 {"nativeSetDisplaySurface", "(Landroid/os/IBinder;J)V",
825 (void*)nativeSetDisplaySurface },
    [all...]

Completed in 324 milliseconds