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

/frameworks/base/core/java/android/view/
H A DSurfaceSession.java30 private static native void nativeDestroy(int ptr); method in class:SurfaceSession
43 nativeDestroy(mNativeClient);
H A DSurfaceControl.java40 private static native void nativeDestroy(int nativeObject); method in class:SurfaceControl
286 nativeDestroy(mNativeObject);
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp48 static void nativeDestroy(JNIEnv* env, jclass clazz, jint ptr) { function in namespace:android
63 { "nativeDestroy", "(I)V",
64 (void*)nativeDestroy },
H A Dandroid_view_SurfaceControl.cpp144 static void nativeDestroy(JNIEnv* env, jclass clazz, jint nativeObject) { function in namespace:android
417 {"nativeDestroy", "(I)V",
418 (void*)nativeDestroy },
/frameworks/base/core/java/android/os/
H A DMessageQueue.java52 private native static void nativeDestroy(int ptr); method in class:MessageQueue
122 nativeDestroy(mPtr);
H A DParcel.java266 private static native void nativeDestroy(int nativePtr); method in class:Parcel
2273 nativeDestroy(mNativePtr);
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java147 nativeDestroy(mNative);
491 private static native void nativeDestroy(int obj); method in class:StringBlock
H A DXmlBlock.java61 nativeDestroy(mNative);
515 private static final native void nativeDestroy(int obj); method in class:XmlBlock

Completed in 93 milliseconds