Searched refs:nativeDestroy (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSurfaceSession.java31 private static native void nativeDestroy(long ptr); method in class:SurfaceSession
48 nativeDestroy(mNativeClient);
H A DSurfaceControl.java43 private static native void nativeDestroy(long nativeObject); method in class:SurfaceControl
391 nativeDestroy(mNativeObject);
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp56 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { function in namespace:android
72 { "nativeDestroy", "(J)V",
73 (void*)nativeDestroy },
H A Dandroid_view_SurfaceControl.cpp122 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong nativeObject) { function in namespace:android
769 {"nativeDestroy", "(J)V",
770 (void*)nativeDestroy },
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java147 nativeDestroy(mNative);
495 private static native void nativeDestroy(long obj); method in class:StringBlock
H A DXmlBlock.java63 nativeDestroy(mNative);
499 private static final native void nativeDestroy(long obj); method in class:XmlBlock
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java451 nativeDestroy();
654 private synchronized native void nativeDestroy(); method in class:DngCreator
/frameworks/base/core/java/android/os/
H A DMessageQueue.java64 private native static void nativeDestroy(long ptr); method in class:MessageQueue
88 nativeDestroy(mPtr);
H A DParcel.java313 private static native void nativeDestroy(long nativePtr); method in class:Parcel
3004 nativeDestroy(mNativePtr);

Completed in 392 milliseconds