Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceSession.java30 private static native void nativeDestroy(long ptr); in nativeDestroy() method in SurfaceSession
43 nativeDestroy(mNativeClient); in finalize()
DSurfaceControl.java38 private static native void nativeDestroy(long nativeObject); in nativeDestroy() method in SurfaceControl
335 nativeDestroy(mNativeObject); in destroy()
/frameworks/base/core/jni/
Dandroid_view_SurfaceSession.cpp48 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function
64 (void*)nativeDestroy },
Dandroid_view_SurfaceControl.cpp113 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeDestroy() function
585 (void*)nativeDestroy },
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java423 nativeDestroy(); in close()
626 private synchronized native void nativeDestroy(); in nativeDestroy() method in DngCreator
/frameworks/base/core/java/android/content/res/
DXmlBlock.java61 nativeDestroy(mNative); in decOpenCountLocked()
515 private static final native void nativeDestroy(long obj); in nativeDestroy() method in XmlBlock
DStringBlock.java147 nativeDestroy(mNative); in finalize()
495 private static native void nativeDestroy(long obj); in nativeDestroy() method in StringBlock
/frameworks/base/core/java/android/os/
DMessageQueue.java62 private native static void nativeDestroy(long ptr); in nativeDestroy() method in MessageQueue
86 nativeDestroy(mPtr); in dispose()
DParcel.java276 private static native void nativeDestroy(long nativePtr); in nativeDestroy() method in Parcel
2555 nativeDestroy(mNativePtr); in destroy()