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

/frameworks/base/core/java/android/view/
H A DSurfaceSession.java30 private static native void nativeDestroy(long ptr); method in class:SurfaceSession
43 nativeDestroy(mNativeClient);
H A DSurfaceControl.java38 private static native void nativeDestroy(long nativeObject); method in class:SurfaceControl
335 nativeDestroy(mNativeObject);
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp48 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong ptr) { function in namespace:android
63 { "nativeDestroy", "(J)V",
64 (void*)nativeDestroy },
H A Dandroid_view_SurfaceControl.cpp112 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong nativeObject) { function in namespace:android
586 {"nativeDestroy", "(J)V",
587 (void*)nativeDestroy },
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java147 nativeDestroy(mNative);
491 private static native void nativeDestroy(long obj); method in class:StringBlock
H A DXmlBlock.java61 nativeDestroy(mNative);
515 private static final native void nativeDestroy(long obj); method in class:XmlBlock
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java408 nativeDestroy();
611 private synchronized native void nativeDestroy(); method in class:DngCreator
/frameworks/base/core/java/android/os/
H A DMessageQueue.java52 private native static void nativeDestroy(long ptr); method in class:MessageQueue
122 nativeDestroy(mPtr);
H A DParcel.java275 private static native void nativeDestroy(long nativePtr); method in class:Parcel
2448 nativeDestroy(mNativePtr);

Completed in 1788 milliseconds