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 82 private static native void nativeDestroyDisplay(IBinder displayToken);
790 nativeDestroyDisplay(displayToken);
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 426 static void nativeDestroyDisplay(JNIEnv* env, jclass clazz, jobject tokenObj) {
822 {"nativeDestroyDisplay", "(Landroid/os/IBinder;)V",
823 (void*)nativeDestroyDisplay },
    [all...]

Completed in 49 milliseconds