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

/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java83 nativeClean(mNativeLargeBitmap);
117 private static native void nativeClean(long nativeLbm); method in class:LargeBitmap
H A DBitmapRegionDecoder.java222 nativeClean(mNativeBitmapRegionDecoder);
262 private static native void nativeClean(long lbm); method in class:BitmapRegionDecoder
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp260 static void nativeClean(JNIEnv* env, jobject, jlong brdHandle) { function
276 { "nativeClean", "(J)V", (void*)nativeClean},

Completed in 68 milliseconds