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(int ptr); method in class:SurfaceSession
43 nativeDestroy(mNativeClient);
H A DSurface.java234 private native void nativeDestroy(); method in class:Surface
395 nativeDestroy();
/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_Surface.cpp315 static void nativeDestroy(JNIEnv* env, jobject surfaceObj) { function in namespace:android
812 {"nativeDestroy", "()V",
813 (void*)nativeDestroy },
/frameworks/base/core/java/android/os/
H A DMessageQueue.java52 private native void nativeDestroy(); method in class:MessageQueue
111 nativeDestroy();
H A DParcel.java263 private static native void nativeDestroy(int nativePtr); method in class:Parcel
2206 nativeDestroy(mNativePtr);
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java143 nativeDestroy(mNative);
432 private static final 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
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java2157 nativeDestroy(nptr);
2173 // nativeDestroy also does a stopGL()
2174 nativeDestroy(mNativePtr);
8690 private static native void nativeDestroy(int ptr); method in class:WebViewClassic

Completed in 298 milliseconds