/frameworks/base/core/java/android/view/ |
D | SurfaceSession.java | 33 private static native void nativeDestroy(long ptr); in nativeDestroy() method in SurfaceSession 47 nativeDestroy(mNativeClient); in finalize()
|
D | CompositionSamplingListener.java | 45 nativeDestroy(mNativeListener); in destroy() 98 private static native void nativeDestroy(long ptr); in nativeDestroy() method in CompositionSamplingListener
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceSession.cpp | 49 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 64 (void*)nativeDestroy },
|
D | android_view_CompositionSamplingListener.cpp | 78 void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 111 (void*)nativeDestroy },
|
/frameworks/base/core/java/android/content/res/ |
D | ApkAssets.java | 196 nativeDestroy(mNativePtr); in close() 207 private static native void nativeDestroy(long ptr); in nativeDestroy() method in ApkAssets
|
D | XmlBlock.java | 70 nativeDestroy(mNative); in decOpenCountLocked() 518 private static final native void nativeDestroy(long obj); in nativeDestroy() method in XmlBlock
|
D | StringBlock.java | 184 nativeDestroy(mNative); in close() 534 private static native void nativeDestroy(long obj); in nativeDestroy() method in StringBlock
|
D | AssetManager.java | 1162 nativeDestroy(mObject); in finalize() 1408 nativeDestroy(mObject); in decRefsLocked() 1416 private static native void nativeDestroy(long ptr); in nativeDestroy() method in AssetManager
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | AssetManager_Delegate.java | 54 /*package*/ static void nativeDestroy(long ptr) { in nativeDestroy() method in AssetManager_Delegate
|
/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 | 326 private static native void nativeDestroy(long nativePtr); in nativeDestroy() method in Parcel 3213 nativeDestroy(mNativePtr); in destroy()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 16365 Landroid/content/res/ApkAssets;->nativeDestroy(J)V 16424 Landroid/content/res/AssetManager;->nativeDestroy(J)V 16848 Landroid/content/res/StringBlock;->nativeDestroy(J)V 16898 Landroid/content/res/XmlBlock;->nativeDestroy(J)V 21715 Landroid/hardware/camera2/DngCreator;->nativeDestroy()V 51632 Landroid/os/MessageQueue;->nativeDestroy(J)V 51748 Landroid/os/Parcel;->nativeDestroy(J)V 76497 Landroid/view/SurfaceControl;->nativeDestroy(J)V 76498 Landroid/view/SurfaceControl;->nativeDestroy(JJ)V 76599 Landroid/view/SurfaceSession;->nativeDestroy(J)V
|