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

  /frameworks/base/core/java/android/view/
SurfaceControl.java 68 private static native void nativeDestroyDisplay(IBinder displayToken);
614 nativeDestroyDisplay(displayToken);
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 333 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) {
620 {"nativeDestroyDisplay", "(Landroid/os/IBinder;)V",
621 (void*)nativeDestroyDisplay },

Completed in 184 milliseconds