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
344 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.cpp113 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong nativeObject) { function in namespace:android
652 {"nativeDestroy", "(J)V",
653 (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.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.java428 nativeDestroy();
634 private synchronized native void nativeDestroy(); method in class:DngCreator
/frameworks/base/core/java/android/os/
H A DMessageQueue.java62 private native static void nativeDestroy(long ptr); method in class:MessageQueue
86 nativeDestroy(mPtr);
H A DParcel.java289 private static native void nativeDestroy(long nativePtr); method in class:Parcel
2679 nativeDestroy(mNativePtr);

Completed in 425 milliseconds