Searched refs:nativeClean (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java93 nativeClean(mNativeLargeBitmap);
127 private static native void nativeClean(int lbm); method in class:LargeBitmap
H A DBitmapRegionDecoder.java224 nativeClean(mNativeBitmapRegionDecoder);
264 private static native void nativeClean(int lbm); method in class:BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp271 static void nativeClean(JNIEnv* env, jobject, SkBitmapRegionDecoder *brd) { function
288 { "nativeClean", "(I)V", (void*)nativeClean},

Completed in 1215 milliseconds