/frameworks/base/core/java/android/view/ |
D | SurfaceSession.java | 34 private static native void nativeDestroy(long ptr); in nativeDestroy() method in SurfaceSession 59 nativeDestroy(mNativeClient); in kill()
|
D | TunnelModeEnabledListener.java | 45 nativeDestroy(mNativeListener); in destroy() 95 private static native void nativeDestroy(long ptr); in nativeDestroy() method in TunnelModeEnabledListener
|
D | CompositionSamplingListener.java | 44 nativeDestroy(mNativeListener); in destroy() 98 private static native void nativeDestroy(long ptr); in nativeDestroy() method in CompositionSamplingListener
|
D | Surface.java | 104 private static native void nativeDestroy(long nativeObject); in nativeDestroy() method in Surface 432 nativeDestroy(mNativeObject); in destroy()
|
/frameworks/base/graphics/java/android/graphics/ |
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()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceSession.cpp | 49 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 59 (void*)nativeDestroy },
|
D | android_view_TunnelModeEnabledListener.cpp | 84 void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 111 {"nativeDestroy", "(J)V", (void*)nativeDestroy},
|
D | android_view_CompositionSamplingListener.cpp | 85 void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 118 (void*)nativeDestroy },
|
D | android_graphics_BLASTBufferQueue.cpp | 98 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 217 {"nativeDestroy", "(J)V", (void*)nativeDestroy},
|
D | android_tracing_PerfettoDataSource.cpp | 238 void nativeDestroy(void* ptr) { in nativeDestroy() function 244 return static_cast<jlong>(reinterpret_cast<uintptr_t>(&nativeDestroy)); in nativeGetFinalizer()
|
D | android_view_Surface.cpp | 463 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong nativeObject) { in nativeDestroy() function 504 {"nativeDestroy", "(J)V", (void*)nativeDestroy},
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | AssetManager_Delegate.java | 50 /*package*/ static void nativeDestroy(long ptr) { in nativeDestroy() method in AssetManager_Delegate
|
/frameworks/base/ravenwood/runtime-helper-src/framework/com/android/platform/test/ravenwood/nativesubstitution/ |
D | MessageQueue_host.java | 56 public static void nativeDestroy(long ptr) { in nativeDestroy() method in MessageQueue_host
|
D | Parcel_host.java | 92 public static void nativeDestroy(long nativePtr) { in nativeDestroy() method in Parcel_host
|
/frameworks/base/core/java/android/content/res/ |
D | ApkAssets.java | 443 nativeDestroy(mNativePtr); in close() 465 private static native void nativeDestroy(long ptr); in nativeDestroy() method in ApkAssets
|
D | StringBlock.java | 214 nativeDestroy(mNative); in close() 619 private static native void nativeDestroy(long obj); in nativeDestroy() method in StringBlock
|
D | XmlBlock.java | 77 nativeDestroy(mNative); in decOpenCountLocked() 663 private static final native void nativeDestroy(long obj); in nativeDestroy() method in XmlBlock
|
D | AssetManager.java | 1353 nativeDestroy(mObject); in finalize() 1669 nativeDestroy(mObject); in decRefsLocked() 1686 private static native void nativeDestroy(long ptr); in nativeDestroy() method in AssetManager
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | DngCreator.java | 451 nativeDestroy(); in close() 655 private synchronized native void nativeDestroy(); in nativeDestroy() method in DngCreator
|
/frameworks/base/core/java/android/os/ |
D | MessageQueue.java | 78 private native static void nativeDestroy(long ptr); in nativeDestroy() method in MessageQueue 103 nativeDestroy(mPtr); in dispose()
|
D | Parcel.java | 464 private static native void nativeDestroy(long nativePtr); in nativeDestroy() method in Parcel 5464 nativeDestroy(mNativePtr); in destroy()
|
/frameworks/base/boot/hiddenapi/ |
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 37111 Landroid/os/MessageQueue;->nativeDestroy(J)V 37227 Landroid/os/Parcel;->nativeDestroy(J)V 61425 Landroid/view/SurfaceControl;->nativeDestroy(J)V 61426 Landroid/view/SurfaceControl;->nativeDestroy(JJ)V 61527 Landroid/view/SurfaceSession;->nativeDestroy(J)V
|