/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 | SurfaceControlFpsListener.java | 41 nativeDestroy(mNativeListener); in destroy() 91 private static native void nativeDestroy(long ptr); in nativeDestroy() method in SurfaceControlFpsListener
|
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
|
/frameworks/base/graphics/java/android/graphics/ |
D | BLASTBufferQueue.java | 32 private static native void nativeDestroy(long ptr); in nativeDestroy() method in BLASTBufferQueue 61 nativeDestroy(mNativeObject); in destroy() 120 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_SurfaceControlFpsListener.cpp | 82 void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 109 {"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 | 89 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 147 {"nativeDestroy", "(J)V", (void*)nativeDestroy},
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | AssetManager_Delegate.java | 47 /*package*/ static void nativeDestroy(long ptr) { in nativeDestroy() method in AssetManager_Delegate
|
/frameworks/base/core/java/android/content/res/ |
D | ApkAssets.java | 435 nativeDestroy(mNativePtr); in close() 451 private static native void nativeDestroy(long ptr); in nativeDestroy() method in ApkAssets
|
D | XmlBlock.java | 74 nativeDestroy(mNative); in decOpenCountLocked() 542 private static final native void nativeDestroy(long obj); in nativeDestroy() method in XmlBlock
|
D | StringBlock.java | 207 nativeDestroy(mNative); in close() 561 private static native void nativeDestroy(long obj); in nativeDestroy() method in StringBlock
|
D | AssetManager.java | 1248 nativeDestroy(mObject); in finalize() 1513 nativeDestroy(mObject); in decRefsLocked() 1521 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 | 70 private native static void nativeDestroy(long ptr); in nativeDestroy() method in MessageQueue 95 nativeDestroy(mPtr); in dispose()
|
D | Parcel.java | 366 private static native void nativeDestroy(long nativePtr); in nativeDestroy() method in Parcel 3586 nativeDestroy(mNativePtr); in destroy()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 16356 Landroid/content/res/ApkAssets;->nativeDestroy(J)V 16415 Landroid/content/res/AssetManager;->nativeDestroy(J)V 16839 Landroid/content/res/StringBlock;->nativeDestroy(J)V 16889 Landroid/content/res/XmlBlock;->nativeDestroy(J)V 21706 Landroid/hardware/camera2/DngCreator;->nativeDestroy()V 41077 Landroid/os/MessageQueue;->nativeDestroy(J)V 41193 Landroid/os/Parcel;->nativeDestroy(J)V 65391 Landroid/view/SurfaceControl;->nativeDestroy(J)V 65392 Landroid/view/SurfaceControl;->nativeDestroy(JJ)V 65493 Landroid/view/SurfaceSession;->nativeDestroy(J)V
|