Home
last modified time | relevance | path

Searched defs:nativeDestroy (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/
DSurfaceSession.java31 private static native void nativeDestroy(long ptr); in nativeDestroy() method in SurfaceSession
DSurfaceControl.java69 private static native void nativeDestroy(long nativeObject); in nativeDestroy() method in SurfaceControl
157 private static native void nativeDestroy(long transactionObj, long nativeObject); in nativeDestroy() method in SurfaceControl
/frameworks/base/core/jni/
Dandroid_view_SurfaceSession.cpp56 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function
Dandroid_view_SurfaceControl.cpp139 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeDestroy() function
/frameworks/base/core/java/android/content/res/
DApkAssets.java190 private static native void nativeDestroy(long ptr); in nativeDestroy() method in ApkAssets
DStringBlock.java495 private static native void nativeDestroy(long obj); in nativeDestroy() method in StringBlock
DXmlBlock.java501 private static final native void nativeDestroy(long obj); in nativeDestroy() method in XmlBlock
DAssetManager.java1285 private static native void nativeDestroy(long ptr); in nativeDestroy() method in AssetManager
/frameworks/base/core/java/android/os/
DMessageQueue.java64 private native static void nativeDestroy(long ptr); in nativeDestroy() method in MessageQueue
DParcel.java323 private static native void nativeDestroy(long nativePtr); in nativeDestroy() method in Parcel
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java655 private synchronized native void nativeDestroy(); in nativeDestroy() method in DngCreator