Home
last modified time | relevance | path

Searched refs:nativeDestructor (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPathEffect.java27 nativeDestructor(native_instance); in finalize()
31 private static native void nativeDestructor(long native_patheffect); in nativeDestructor() method in PathEffect
DMaskFilter.java27 nativeDestructor(native_instance); in finalize()
31 private static native void nativeDestructor(long native_filter); in nativeDestructor() method in MaskFilter
DDrawFilter.java35 nativeDestructor(mNativeInt); in finalize()
42 private static native void nativeDestructor(long nativeDrawFilter); in nativeDestructor() method in DrawFilter
DRegionIterator.java45 nativeDestructor(mNativeIter); in finalize()
50 private static native void nativeDestructor(long native_iter); in nativeDestructor() method in RegionIterator
DCamera.java159 nativeDestructor(); in finalize()
167 private native void nativeDestructor(); in nativeDestructor() method in Camera
DInterpolator.java149 nativeDestructor(native_instance); in finalize()
158 private static native void nativeDestructor(long native_instance); in nativeDestructor() method in Interpolator
DMovie.java77 private static native void nativeDestructor(long nativeMovie); in nativeDestructor() method in Movie
93 nativeDestructor(mNativeMovie); in finalize()
DPicture.java78 nativeDestructor(mNativePicture); in close()
241 private static native void nativeDestructor(long nativePicture); in nativeDestructor() method in Picture
DRegion.java398 nativeDestructor(mNativeRegion); in finalize()
426 private static native void nativeDestructor(long native_region); in nativeDestructor() method in Region
DGraphicsStatsService.java466 nativeDestructor(); in finalize()
470 private static native void nativeDestructor(); in nativeDestructor() method in GraphicsStatsService
/frameworks/layoutlib/bridge/src/android/graphics/
DDrawFilter_Delegate.java59 /*package*/ static void nativeDestructor(long nativeDrawFilter) { in nativeDestructor() method in DrawFilter_Delegate
DMaskFilter_Delegate.java59 /*package*/ static void nativeDestructor(long native_filter) { in nativeDestructor() method in MaskFilter_Delegate
DPathEffect_Delegate.java63 /*package*/ static void nativeDestructor(long native_patheffect) { in nativeDestructor() method in PathEffect_Delegate
DRegion_Delegate.java273 /*package*/ static void nativeDestructor(long native_region) { in nativeDestructor() method in Region_Delegate
/frameworks/base/libs/hwui/jni/
DGraphicsStatsService.cpp170 static void nativeDestructor(JNIEnv* env, jobject javaObject) { in nativeDestructor() function
188 {"nativeDestructor", "()V", (void*)nativeDestructor}};