Searched refs:destructor (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DMaskFilter.cpp19 static void destructor(JNIEnv* env, jobject, jlong filterHandle) { function in class:SkMaskFilterGlue
65 { "nativeDestructor", "(J)V", (void*)SkMaskFilterGlue::destructor }
H A DPathEffect.cpp14 static void destructor(JNIEnv* env, jobject, jlong effectHandle) { function in class:SkPathEffectGlue
75 { "nativeDestructor", "(J)V", (void*)SkPathEffectGlue::destructor }
H A DNinePatch.cpp84 android::uirenderer::ResourceCache::getInstance().destructor(p);
/frameworks/base/libs/hwui/
H A DResourceCache.h64 * variants of increment/decrementRefcount(), recyle() and destructor()
75 void destructor(Res_png_9patch* resource);
H A DResourceCache.cpp105 void ResourceCache::destructor(Res_png_9patch* resource) { function in class:android::uirenderer::ResourceCache
132 * by the various destructor() and recycle() methods which call this method).
/frameworks/wilhelm/src/objects/
H A DCEngine.cpp44 __attribute__((destructor)) static void onDlClose(void)

Completed in 292 milliseconds