/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceSession.java | 34 private static native void nativeDestroy(long ptr); in nativeDestroy() method in SurfaceSession 59 nativeDestroy(mNativeClient); in kill()
|
H A D | TunnelModeEnabledListener.java | 45 nativeDestroy(mNativeListener); in destroy() 95 private static native void nativeDestroy(long ptr); in nativeDestroy() method in TunnelModeEnabledListener
|
H A D | CompositionSamplingListener.java | 44 nativeDestroy(mNativeListener); in destroy() 98 private static native void nativeDestroy(long ptr); in nativeDestroy() method in CompositionSamplingListener
|
H A D | Surface.java | 102 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 D | BLASTBufferQueue.java | 33 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 D | android_view_SurfaceSession.cpp | 49 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 59 (void*)nativeDestroy },
|
H A D | android_view_TunnelModeEnabledListener.cpp | 84 void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 111 {"nativeDestroy", "(J)V", (void*)nativeDestroy},
|
H A D | android_view_CompositionSamplingListener.cpp | 85 void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 118 (void*)nativeDestroy },
|
H A D | android_graphics_BLASTBufferQueue.cpp | 98 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 214 {"nativeDestroy", "(J)V", (void*)nativeDestroy},
|
H A D | android_view_Surface.cpp | 452 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 D | ApkAssets.java | 438 nativeDestroy(mNativePtr); in close() 460 private static native void nativeDestroy(long ptr); in nativeDestroy() method in ApkAssets
|
H A D | StringBlock.java | 208 nativeDestroy(mNative); in close() 566 private static native void nativeDestroy(long obj); in nativeDestroy() method in StringBlock
|
H A D | XmlBlock.java | 77 nativeDestroy(mNative); in decOpenCountLocked() 637 private static final native void nativeDestroy(long obj); in nativeDestroy() method in XmlBlock
|
H A D | AssetManager.java | 1276 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 D | DngCreator.java | 451 nativeDestroy(); in close() 655 private synchronized native void nativeDestroy(); in nativeDestroy() method in DngCreator
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | MessageQueue.java | 70 private native static void nativeDestroy(long ptr); in nativeDestroy() method in MessageQueue 95 nativeDestroy(mPtr); in dispose()
|
H A D | Parcel.java | 433 private static native void nativeDestroy(long nativePtr); in nativeDestroy() method in Parcel 5258 nativeDestroy(mNativePtr); in destroy()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 13478 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
|