Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DMaskFilter.java28 nativeDestructor(native_instance); in finalize()
32 private static native void nativeDestructor(long native_filter); in nativeDestructor() method in MaskFilter
DPathEffect.java28 nativeDestructor(native_instance); in finalize()
32 private static native void nativeDestructor(long native_patheffect); in nativeDestructor() method in PathEffect
DDrawFilter.java36 nativeDestructor(mNativeInt); in finalize()
43 private static native void nativeDestructor(long nativeDrawFilter); in nativeDestructor() method in DrawFilter
DRegionIterator.java46 nativeDestructor(mNativeIter); in finalize()
51 private static native void nativeDestructor(long native_iter); in nativeDestructor() method in RegionIterator
DCamera.java158 nativeDestructor(); in finalize()
166 private native void nativeDestructor(); in nativeDestructor() method in Camera
DInterpolator.java152 nativeDestructor(native_instance); in finalize()
161 private static native void nativeDestructor(long native_instance); in nativeDestructor() method in Interpolator
DMovie.java78 private static native void nativeDestructor(long nativeMovie); in nativeDestructor() method in Movie
94 nativeDestructor(mNativeMovie); in finalize()
DPicture.java79 nativeDestructor(mNativePicture); in close()
244 private static native void nativeDestructor(long nativePicture); in nativeDestructor() method in Picture
DRegion.java400 nativeDestructor(mNativeRegion); in finalize()
428 private static native void nativeDestructor(long native_region); in nativeDestructor() method in Region
DGraphicsStatsService.java465 nativeDestructor(); in finalize()
469 private static native void nativeDestructor(); in nativeDestructor() method in GraphicsStatsService
/frameworks/base/libs/hwui/jni/
DGraphicsStatsService.cpp170 static void nativeDestructor(JNIEnv* env, jobject javaObject) { in nativeDestructor() function
188 {"nativeDestructor", "()V", (void*)nativeDestructor}}; in nativeDestructor() method
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16239 Landroid/graphics/Camera;->nativeDestructor()V
17716 Landroid/graphics/DrawFilter;->nativeDestructor(J)V
17909 Landroid/graphics/Interpolator;->nativeDestructor(J)V
17945 Landroid/graphics/MaskFilter;->nativeDestructor(J)V
18000 Landroid/graphics/Movie;->nativeDestructor(J)V
18223 Landroid/graphics/PathEffect;->nativeDestructor(J)V
18330 Landroid/graphics/Picture;->nativeDestructor(J)V
18389 Landroid/graphics/Region;->nativeDestructor(J)V
18408 Landroid/graphics/RegionIterator;->nativeDestructor(J)V