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.cpp113 static void nativeDestroy(JNIEnv* env, jclass clazz, jint nativeObject) { function in namespace:android
397 {"nativeDestroy", "(I)V",
398 (void*)nativeDestroy },
/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
/frameworks/base/core/java/android/os/
H A DMessageQueue.java53 private native static void nativeDestroy(int ptr); method in class:MessageQueue
123 nativeDestroy(mPtr);
H A DParcel.java266 private static native void nativeDestroy(int nativePtr); method in class:Parcel
2277 nativeDestroy(mNativePtr);

Completed in 155 milliseconds