/frameworks/base/graphics/java/android/graphics/ |
D | BLASTBufferQueue.java | 31 private static native void nativeDestroy(long ptr); in nativeDestroy() method in BLASTBufferQueue 43 nativeDestroy(mNativeObject); in destroy() 62 nativeDestroy(mNativeObject); in finalize()
|
/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 | 44 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_graphics_BLASTBufferQueue.cpp | 40 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 68 (void*)nativeDestroy },
|
D | android_view_CompositionSamplingListener.cpp | 85 void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { in nativeDestroy() function 118 (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 | 420 nativeDestroy(mNativePtr); in close() 435 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 | 186 nativeDestroy(mNative); in close() 536 private static native void nativeDestroy(long obj); in nativeDestroy() method in StringBlock
|
D | AssetManager.java | 1213 nativeDestroy(mObject); in finalize() 1478 nativeDestroy(mObject); in decRefsLocked() 1486 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 | 340 private static native void nativeDestroy(long nativePtr); in nativeDestroy() method in Parcel 3529 nativeDestroy(mNativePtr); in destroy()
|