Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceSession.java34 private static native void nativeDestroy(long ptr); in nativeDestroy() method in SurfaceSession
59 nativeDestroy(mNativeClient); in kill()
H A DTunnelModeEnabledListener.java45 nativeDestroy(mNativeListener); in destroy()
95 private static native void nativeDestroy(long ptr); in nativeDestroy() method in TunnelModeEnabledListener
H A DCompositionSamplingListener.java44 nativeDestroy(mNativeListener); in destroy()
98 private static native void nativeDestroy(long ptr); in nativeDestroy() method in CompositionSamplingListener
H A DSurface.java102 private static native void nativeDestroy(long nativeObject); in nativeDestroy() method in Surface
359 nativeDestroy(mNativeObject); in destroy()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBLASTBufferQueue.java33 private static native void nativeDestroy(long ptr); in nativeDestroy() method in BLASTBufferQueue
67 nativeDestroy(mNativeObject); in destroy()
145 nativeDestroy(mNativeObject); in finalize()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp49 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function
59 (void*)nativeDestroy },
H A Dandroid_view_TunnelModeEnabledListener.cpp84 void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function
111 {"nativeDestroy", "(J)V", (void*)nativeDestroy},
H A Dandroid_view_CompositionSamplingListener.cpp85 void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function
118 (void*)nativeDestroy },
H A Dandroid_graphics_BLASTBufferQueue.cpp98 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function
214 {"nativeDestroy", "(J)V", (void*)nativeDestroy},
H A Dandroid_view_Surface.cpp452 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeDestroy() function
485 {"nativeDestroy", "(J)V", (void*)nativeDestroy},
/aosp14/frameworks/base/core/java/android/content/res/
H A DApkAssets.java438 nativeDestroy(mNativePtr); in close()
460 private static native void nativeDestroy(long ptr); in nativeDestroy() method in ApkAssets
H A DStringBlock.java208 nativeDestroy(mNative); in close()
566 private static native void nativeDestroy(long obj); in nativeDestroy() method in StringBlock
H A DXmlBlock.java77 nativeDestroy(mNative); in decOpenCountLocked()
637 private static final native void nativeDestroy(long obj); in nativeDestroy() method in XmlBlock
H A DAssetManager.java1276 nativeDestroy(mObject); in finalize()
1552 nativeDestroy(mObject); in decRefsLocked()
1569 private static native void nativeDestroy(long ptr); in nativeDestroy() method in AssetManager
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java451 nativeDestroy(); in close()
655 private synchronized native void nativeDestroy(); in nativeDestroy() method in DngCreator
/aosp14/frameworks/base/core/java/android/os/
H A DMessageQueue.java70 private native static void nativeDestroy(long ptr); in nativeDestroy() method in MessageQueue
95 nativeDestroy(mPtr); in dispose()
H A DParcel.java433 private static native void nativeDestroy(long nativePtr); in nativeDestroy() method in Parcel
5258 nativeDestroy(mNativePtr); in destroy()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13478 Landroid/content/res/ApkAssets;->nativeDestroy(J)V
13537 Landroid/content/res/AssetManager;->nativeDestroy(J)V
13961 Landroid/content/res/StringBlock;->nativeDestroy(J)V
14011 Landroid/content/res/XmlBlock;->nativeDestroy(J)V
18828 Landroid/hardware/camera2/DngCreator;->nativeDestroy()V
37754 Landroid/os/MessageQueue;->nativeDestroy(J)V
37870 Landroid/os/Parcel;->nativeDestroy(J)V
62068 Landroid/view/SurfaceControl;->nativeDestroy(J)V
62069 Landroid/view/SurfaceControl;->nativeDestroy(JJ)V
62170 Landroid/view/SurfaceSession;->nativeDestroy(J)V