Searched defs:nativeSeverChildren (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp842 static void nativeSeverChildren(JNIEnv* env, jclass clazz, jlong transactionObj, function in namespace:android
1020 {"nativeSeverChildren", "(JJ)V",
1021 (void*)nativeSeverChildren } ,
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java153 private static native void nativeSeverChildren(long transactionObj, long nativeObject); method in class:SurfaceControl
1515 nativeSeverChildren(mNativeObject, sc.mNativeObject);

Completed in 23 milliseconds