Home
last modified time | relevance | path

Searched refs:nativeDestroy (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DSurfaceSession.java30 private static native void nativeDestroy(int ptr); in nativeDestroy() method in SurfaceSession
43 nativeDestroy(mNativeClient); in finalize()
DSurfaceControl.java40 private static native void nativeDestroy(int nativeObject); in nativeDestroy() method in SurfaceControl
286 nativeDestroy(mNativeObject); in destroy()
/frameworks/base/core/jni/
Dandroid_view_SurfaceSession.cpp48 static void nativeDestroy(JNIEnv* env, jclass clazz, jint ptr) { in nativeDestroy() function
64 (void*)nativeDestroy },
Dandroid_view_SurfaceControl.cpp113 static void nativeDestroy(JNIEnv* env, jclass clazz, jint nativeObject) { in nativeDestroy() function
398 (void*)nativeDestroy },
/frameworks/base/core/java/android/os/
DMessageQueue.java53 private native static void nativeDestroy(int ptr); in nativeDestroy() method in MessageQueue
123 nativeDestroy(mPtr); in dispose()
DParcel.java266 private static native void nativeDestroy(int nativePtr); in nativeDestroy() method in Parcel
2277 nativeDestroy(mNativePtr); in destroy()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java61 nativeDestroy(mNative); in decOpenCountLocked()
515 private static final native void nativeDestroy(int obj); in nativeDestroy() method in XmlBlock
DStringBlock.java147 nativeDestroy(mNative); in finalize()
491 private static native void nativeDestroy(int obj); in nativeDestroy() method in StringBlock