HomeSort by relevance Sort by last modified time
    Searched defs:nativeDestroy (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/view/
SurfaceSession.java 30 private static native void nativeDestroy(int ptr);
43 nativeDestroy(mNativeClient);
SurfaceControl.java 39 private static native void nativeDestroy(int nativeObject);
293 nativeDestroy(mNativeObject);
  /frameworks/base/core/jni/
android_view_SurfaceSession.cpp 48 static void nativeDestroy(JNIEnv* env, jclass clazz, jint ptr) {
63 { "nativeDestroy", "(I)V",
64 (void*)nativeDestroy },
android_view_SurfaceControl.cpp 144 static void nativeDestroy(JNIEnv* env, jclass clazz, jint nativeObject) {
412 {"nativeDestroy", "(I)V",
413 (void*)nativeDestroy },
  /frameworks/base/core/java/android/os/
MessageQueue.java 52 private native static void nativeDestroy(int ptr);
119 nativeDestroy(mPtr);
Parcel.java 263 private static native void nativeDestroy(int nativePtr);
    [all...]
  /frameworks/base/core/java/android/content/res/
StringBlock.java 147 nativeDestroy(mNative);
491 private static native void nativeDestroy(int obj);
XmlBlock.java 61 nativeDestroy(mNative);
515 private static final native void nativeDestroy(int obj);
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp     [all...]

Completed in 522 milliseconds